mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Fix env var parsing
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user