diff --git a/docs/guides/runtime/set-env.md b/docs/guides/runtime/set-env.md index 92cd5e27ec..c336a2c7a5 100644 --- a/docs/guides/runtime/set-env.md +++ b/docs/guides/runtime/set-env.md @@ -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