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 954e3f3 commit b002f14Copy full SHA for b002f14
packages/sdk/src/schema/deployment.ts
@@ -1,10 +1,8 @@
1
import { z } from "zod";
2
3
export const Templates = z.enum([
4
- "vanilla",
5
"docker",
6
"vercel",
7
- "vercel-legacy",
8
"netlify",
9
"ssg",
10
"ssg-netlify",
0 commit comments