We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a2ae8d + cc83e1a commit 8b50fc4Copy full SHA for 8b50fc4
server/src/db/config/database.js
@@ -1,4 +1,4 @@
1
-import dotenv from 'dotenv';
+const dotenv = require('dotenv');
2
dotenv.config({ path: './.env' });
3
4
// Validate required environment variables
0 commit comments