Fix env var parsing

This commit is contained in:
Enrico Ros
2025-01-28 21:43:19 -08:00
parent 8a3026e43e
commit d498287f76
-5
View File
@@ -110,11 +110,6 @@ export const env = createEnv({
},
onValidationError: error => {
console.error('❌ Invalid environment variables:', error.issues);
throw new Error('Invalid environment variable');
},
// matches user expectations - see https://github.com/enricoros/big-AGI/issues/279
emptyStringAsUndefined: true,