Clarify .env.local loading when NODE_ENV=test (#22139)

This commit is contained in:
Alistair Smith
2025-08-25 17:58:50 -07:00
committed by GitHub
parent e577a965ac
commit 2d6c67ffc0
3 changed files with 7 additions and 1 deletions

View File

@@ -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