Merge pull request #617 from getmaxun/migration

fix: define module in commonjs scope
This commit is contained in:
Karishma Shukla
2025-05-29 16:30:55 +05:30
committed by GitHub

View File

@@ -1,4 +1,4 @@
import dotenv from 'dotenv';
const dotenv = require('dotenv');
dotenv.config({ path: './.env' });
// Validate required environment variables