bun-types 1.1.39-canary.20241202T140637 → 1.1.39-canary.20241203T140606
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,7 +16,7 @@ Set these variables in a `.env` file.
|
|
|
16
16
|
Bun reads the following files automatically (listed in order of increasing precedence).
|
|
17
17
|
|
|
18
18
|
- `.env`
|
|
19
|
-
- `.env.production
|
|
19
|
+
- `.env.production`, `.env.development`, `.env.test` (depending on value of `NODE_ENV`)
|
|
20
20
|
- `.env.local`
|
|
21
21
|
|
|
22
22
|
```txt#.env
|
package/package.json
CHANGED