Merge pull request #617 from getmaxun/migration
fix: define module in commonjs scope
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import dotenv from 'dotenv';
|
||||
const dotenv = require('dotenv');
|
||||
dotenv.config({ path: './.env' });
|
||||
|
||||
// Validate required environment variables
|
||||
|
||||
Reference in New Issue
Block a user