We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e7a44 commit 7a04eb0Copy full SHA for 7a04eb0
1 file changed
packages/ember-cli-mirage/config/environment.js
@@ -13,7 +13,7 @@ function usingProxy() {
13
}).length;
14
15
let hasGeneratedProxies = false;
16
- const proxiesDir = path.join(process.env.PWD, 'server', 'proxies');
+ const proxiesDir = path.join(process.cwd(), 'server', 'proxies');
17
18
try {
19
fs.lstatSync(proxiesDir);
0 commit comments