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 ccfbdd3 commit a99d19dCopy full SHA for a99d19d
blueprints/ember-cli-dotenv/files/config/dotenv.js
@@ -9,6 +9,6 @@ module.exports = function(/* env */) {
9
clientAllowedKeys: [],
10
fastbootAllowedKeys: [],
11
failOnMissingKey: false,
12
- path: path.join(__dirname, '.env')
+ path: path.join(path.dirname(__dirname), '.env')
13
}
14
};
0 commit comments