diff --git a/config/env.js b/config/env.js index ffa7e496..a77c701f 100644 --- a/config/env.js +++ b/config/env.js @@ -32,7 +32,7 @@ const dotenvFiles = [ // https://github.com/motdotla/dotenv-expand dotenvFiles.forEach(dotenvFile => { if (fs.existsSync(dotenvFile)) { - require('dotenv-expand')( + require('dotenv-expand').expand( require('dotenv').config({ path: dotenvFile, })