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:
Meier Lukas
2025-01-21 13:09:49 +01:00
committed by GitHub
parent c922c5b083
commit 175927970b
5 changed files with 12 additions and 4 deletions

View File

@@ -86,4 +86,5 @@ export const env = createEnv({
AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE: process.env.AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE,
},
skipValidation,
emptyStringAsUndefined: true,
});