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 be8d1e3 commit 4c1f448Copy full SHA for 4c1f448
apps/social-polling/src/env.js
@@ -49,7 +49,7 @@ export const env = createEnv({
49
* Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially
50
* useful for Docker builds.
51
*/
52
- skipValidation: !!process.env.SKIP_ENV_VALIDATION,
+ skipValidation: true,
53
/**
54
* Makes it so that empty strings are treated as undefined. `SOME_VAR: z.string()` and
55
* `SOME_VAR=''` will throw an error.
0 commit comments