minor guide fixes for consistency (#16273)

This commit is contained in:
Michael H
2025-01-11 17:38:41 +11:00
committed by GitHub
parent 5b585c393b
commit 2bc70df266
21 changed files with 123 additions and 63 deletions

View File

@@ -30,9 +30,9 @@ process.env.FOO = "hello";
Bun supports `--env-file` to override which specific `.env` file to load. You can use `--env-file` when running scripts in bun's runtime, or when running package.json scripts.
```sh
bun --env-file=.env.1 src/index.ts
$ bun --env-file=.env.1 src/index.ts
bun --env-file=.env.abc --env-file=.env.def run build
$ bun --env-file=.env.abc --env-file=.env.def run build
```
### Quotation marks