We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e6509 commit d24ca89Copy full SHA for d24ca89
1 file changed
packages/core/src/v3/schemas/api.ts
@@ -605,7 +605,7 @@ export type DeploymentTriggeredVia = z.infer<typeof DeploymentTriggeredVia>;
605
606
export const UpsertBranchRequestBody = z.object({
607
git: GitMeta.optional(),
608
- env: z.enum(["preview"]),
+ env: z.enum(["preview", "development"]),
609
branch: z.string(),
610
});
611
0 commit comments