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.
1 parent 603bbc4 commit f48631bCopy full SHA for f48631b
src/index.ts
@@ -1,7 +1,7 @@
1
import './module-alias-config';
2
3
if (process.env.NODE_ENV !== 'production') {
4
- require('@dotenvx/dotenvx').config();
+ require('@dotenvx/dotenvx').config({ path: '.env' });
5
}
6
7
import { logger } from 'podverse-helpers';
0 commit comments