fix: change CMS_ENVIRONMENT allowed value from staging to stage
This commit is contained in:
2
env/server.ts
vendored
2
env/server.ts
vendored
@@ -14,7 +14,7 @@ export const env = createEnv({
|
||||
BUILD_ID: z.string().default("64rYXBu8o2eHp0Jf"),
|
||||
CMS_ACCESS_TOKEN: z.string(),
|
||||
CMS_API_KEY: z.string(),
|
||||
CMS_ENVIRONMENT: z.enum(["development", "production", "staging", "test"]),
|
||||
CMS_ENVIRONMENT: z.enum(["development", "production", "stage", "test"]),
|
||||
CMS_PREVIEW_TOKEN: z.string(),
|
||||
CMS_PREVIEW_URL: z.string(),
|
||||
CMS_URL: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user