We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2904177 commit 32f31fbCopy full SHA for 32f31fb
src/main.ts
@@ -1,6 +1,6 @@
1
// Load the .env file
2
import dotenv from 'dotenv';
3
-dotenv.config({ path: '.env', debug: (NODE_ENV === 'development') });
+dotenv.config({ path: '.env', debug: (process.env.NODE_ENV === 'development') });
4
5
// Imports for the server
6
import express from 'express';
0 commit comments