diff options
-rw-r--r-- | docs/runtime/env.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/env.md b/docs/runtime/env.md index fe4cc357d..593590fd0 100644 --- a/docs/runtime/env.md +++ b/docs/runtime/env.md @@ -5,7 +5,7 @@ Bun reads your `.env` files automatically and provides idiomatic ways to read an 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 |