mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Clarify .env.local loading when NODE_ENV=test (#22139)
This commit is contained in:
@@ -17,7 +17,7 @@ Bun reads the following files automatically (listed in order of increasing prece
|
||||
|
||||
- `.env`
|
||||
- `.env.production`, `.env.development`, `.env.test` (depending on value of `NODE_ENV`)
|
||||
- `.env.local`
|
||||
- `.env.local` (not loaded when `NODE_ENV=test`)
|
||||
|
||||
```txt#.env
|
||||
FOO=hello
|
||||
|
||||
Reference in New Issue
Block a user