This commit is contained in:
Linus Flood
2024-11-12 08:57:00 +01:00
parent 498f13bc60
commit 495e628d39
7 changed files with 13 additions and 12 deletions

2
env/server.ts vendored
View File

@@ -18,7 +18,7 @@ export const env = createEnv({
.refine((s) => s === "true" || s === "false")
// transform to boolean
.transform((s) => s === "true")
.optional(),
.default("false"),
API_BASEURL: z.string(),
BUILD_ID: z.string().default("64rYXBu8o2eHp0Jf"),
CMS_ACCESS_TOKEN: z.string(),