We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bc3fc commit 64e2f6bCopy full SHA for 64e2f6b
packages/cli/src/index.ts
@@ -33,7 +33,7 @@ import type { PushStatusOptions } from './reunite/commands/push-status';
33
import type { PushArguments } from './types';
34
import type { EjectOptions } from './commands/eject';
35
36
-dotenv.config({ path: path.resolve(__dirname, '../.env') });
+dotenv.config({ path: path.resolve(process.cwd(), './.env') });
37
38
if (!('replaceAll' in String.prototype)) {
39
require('core-js/actual/string/replace-all');
0 commit comments