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 524570e commit 59257c9Copy full SHA for 59257c9
api.js
@@ -50,7 +50,7 @@ function dbmigrate (plugins, isModule, options, callback) {
50
if (config.dotenvCustomPath) {
51
dotenvConfig.path = config.dotenvCustomPath;
52
}
53
- dotenv.load(dotenvConfig);
+ dotenv.config(dotenvConfig);
54
55
/* $lab:coverage:off$ */
56
if (!options || !options.throwUncatched) load('helper/register-events')();
0 commit comments