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 bc7c6f7 commit cec044dCopy full SHA for cec044d
alchemy/src/vercel/vercel.types.ts
@@ -1,4 +1,4 @@
1
-export type VercelEnvironment = "production" | "preview" | "development";
+export type VercelEnvironment = "development" | "preview" | "production";
2
3
type UniqueTuples<
4
T extends VercelEnvironment,
0 commit comments