()
| 63 | // ============================================================================ |
| 64 | |
| 65 | export async function listProjects(): Promise<ProjectSummary[]> { |
| 66 | return fetchJSON('/projects') |
| 67 | } |
| 68 | |
| 69 | export async function createProject( |
| 70 | name: string, |
nothing calls this directly
no test coverage detected