devenv tweaks

This commit is contained in:
2026-06-02 12:34:32 +02:00
parent df0e78d9ba
commit d33b9c5467
39 changed files with 42 additions and 32 deletions

View File

@@ -62,6 +62,7 @@ const render = createRenderer(z.object({
name: z.string(),
goprefix: z.string(),
frontend: z.string(),
mobile: z.string()
})
}))
const destDir = path.join("./", project.name);