fix: empty env variables should be ignored (#2040)
* fix: empty env variables should be ignored * fix: e2e test fails because of empty env variable values
This commit is contained in:
@@ -35,4 +35,5 @@ export const env = createEnv({
|
||||
// NEXT_PUBLIC_CLIENTVAR: process.env.NEXT_PUBLIC_CLIENTVAR,
|
||||
},
|
||||
skipValidation: shouldSkipEnvValidation(),
|
||||
emptyStringAsUndefined: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user