From da5d4d791cdcfcbdd38c46276a729c5fa9959dfb Mon Sep 17 00:00:00 2001 From: Leah Lundqvist Date: Tue, 3 Dec 2024 00:01:08 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20add=20.env.test=20to=20guides/runtime/s?= =?UTF-8?q?et-env=20for=20consistency=20with=20do=E2=80=A6=20(#15542)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guides/runtime/set-env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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