Skip to content

Commit 3b6a924

Browse files
committed
dev .env override workspace .env
1 parent d7c7be3 commit 3b6a924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dotenv.config();
1919

2020
// attempt to read an .env file at the root of this repository.
2121
// this helps in local development by having one place to set development settings.
22-
dotenv.config({ path: join(__dirname, '..', '.env') });
22+
dotenv.config({ path: join(__dirname, '..', '.env'), override: true });
2323

2424
export const envOptions = {
2525
suppressTitle: 'AOC_SUPPRESS_TITLE',

0 commit comments

Comments
 (0)