Skip to content

Commit cec044d

Browse files
chore: sort alpha
1 parent bc7c6f7 commit cec044d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alchemy/src/vercel/vercel.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export type VercelEnvironment = "production" | "preview" | "development";
1+
export type VercelEnvironment = "development" | "preview" | "production";
22

33
type UniqueTuples<
44
T extends VercelEnvironment,

0 commit comments

Comments
 (0)