This commit is contained in:
Dax Raad
2025-08-31 02:32:34 -04:00
parent 647671dbe6
commit ce1b5ee496
3 changed files with 160 additions and 38 deletions
+1 -1
View File
@@ -21,7 +21,6 @@ import { Instance } from "../project/instance"
import { Agent } from "../agent/agent"
import { Auth } from "../auth"
import { Command } from "../command"
import { ProjectRoute } from "./project"
import { Project } from "../project/project"
import { Global } from "../global"
@@ -85,6 +84,7 @@ export namespace Server {
return next()
})
})
.use(zValidator("query", z.object({ directory: z.string().optional() })))
.get(
"/project",
describeRoute({