aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-20 12:55:48 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-20 13:04:03 -0700
commit19151bb1d2b722a053388e8e2f0137cb492527ce (patch)
tree4780a2d2c97feae2d89ce3399b03ae3b5a1829e7
parentf8343f25b83ac1e059f698aec13de80840663487 (diff)
downloadbun-19151bb1d2b722a053388e8e2f0137cb492527ce.tar.gz
bun-19151bb1d2b722a053388e8e2f0137cb492527ce.tar.zst
bun-19151bb1d2b722a053388e8e2f0137cb492527ce.zip
Update env doc
-rw-r--r--docs/runtime/env.md2
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