docs: add .env.test to guides/runtime/set-env for consistency with do… (#15542)

This commit is contained in:
Leah Lundqvist
2024-12-03 00:01:08 +01:00
committed by GitHub
parent 6d453be7d9
commit da5d4d791c

View File

@@ -16,7 +16,7 @@ Set these variables in a `.env` file.
Bun reads the following files automatically (listed in order of increasing precedence).
- `.env`
- `.env.production` or `.env.development` (depending on value of `NODE_ENV`)
- `.env.production`, `.env.development`, `.env.test` (depending on value of `NODE_ENV`)
- `.env.local`
```txt#.env