chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-16 02:18:58 +00:00
parent cf423d2769
commit 069cef8a44
4 changed files with 5 additions and 19 deletions

View File

@@ -54,10 +54,7 @@ export type Info = z.infer<typeof Info>
export const CreateInput = z
.object({
name: z.string().optional(),
startCommand: z
.string()
.optional()
.describe("Additional startup script to run after the project's start command"),
startCommand: z.string().optional().describe("Additional startup script to run after the project's start command"),
})
.meta({
ref: "WorktreeCreateInput",