Skip to content

Commit f310fff

Browse files
committed
Forget about checking for the fastly tokens I guess
1 parent 00bbf71 commit f310fff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/env.server.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ const envSchema = z.object({
3737
// Package from which to base docs version
3838
RELEASE_PACKAGE: z.string(),
3939

40-
FASTLY_API_TOKEN: z.string().optional().superRefine(requiredInProduction),
41-
FASTLY_SERVICE_ID: z.string().optional().superRefine(requiredInProduction),
42-
4340
// For development, reading the docs from a local repo
4441
LOCAL_REPO_RELATIVE_PATH: z
4542
.string()

0 commit comments

Comments
 (0)