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 f48631b commit ab628a4Copy full SHA for ab628a4
tests/e2e/globalSetup.ts
@@ -1,5 +1,5 @@
1
import '../../src/module-alias-config';
2
-require('@dotenvx/dotenvx').config();
+require('@dotenvx/dotenvx').config({ path: '.env-local-test' });
3
4
import { AppDataSourceRead, AppDataSourceReadWrite } from 'podverse-orm';
5
import { startApp } from '../../src/app';
0 commit comments