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 00bbf71 commit f310fffCopy full SHA for f310fff
app/env.server.ts
@@ -37,9 +37,6 @@ const envSchema = z.object({
37
// Package from which to base docs version
38
RELEASE_PACKAGE: z.string(),
39
40
- FASTLY_API_TOKEN: z.string().optional().superRefine(requiredInProduction),
41
- FASTLY_SERVICE_ID: z.string().optional().superRefine(requiredInProduction),
42
-
43
// For development, reading the docs from a local repo
44
LOCAL_REPO_RELATIVE_PATH: z
45
.string()
0 commit comments