@ultimat3/core 11.2.0 → 11.3.0
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.
- package/package.json +1 -1
- package/src/env-example.ts +1 -1
package/package.json
CHANGED
package/src/env-example.ts
CHANGED
|
@@ -18,7 +18,7 @@ const ENV_KEY_RE = /^[A-Za-z_][A-Za-z0-9_]*$/;
|
|
|
18
18
|
export const ENV_EXAMPLE_PATH = '.env.example';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
|
-
* What Bun loads by itself, lowest precedence first — measured against Bun 1.
|
|
21
|
+
* What Bun loads by itself, lowest precedence first — measured against Bun 1.4, not assumed.
|
|
22
22
|
*
|
|
23
23
|
* The mode is NOT `ULTIMATE_ENV` and not even `NODE_ENV` verbatim: Bun reads `.env.production`
|
|
24
24
|
* for `NODE_ENV=production`, `.env.test` for `test`, and `.env.development` for **everything
|