fixed imports. Maybe.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* @ai-context Validates all env vars at startup, single source of truth
|
||||
*/
|
||||
import { z } from 'zod';
|
||||
import dotenv from 'dotenv';
|
||||
import * as dotenv from 'dotenv';
|
||||
|
||||
dotenv.config();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user