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 a6024a5 commit b4fe945Copy full SHA for b4fe945
packages/env/build.ts
@@ -15,7 +15,6 @@ const create = () =>
15
NEXT_PUBLIC_GOOGLE_AW_ID: z.string().optional(),
16
NEXT_PUBLIC_WEB_URL: z.string(),
17
NEXT_PUBLIC_CAP_AWS_ENDPOINT: z.string().optional(),
18
- NEXT_PUBLIC_CAP_AWS_BUCKET_URL: z.string().optional(),
19
NEXT_PUBLIC_DOCKER_BUILD: z.string().optional(),
20
},
21
runtimeEnv: {
0 commit comments