mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
minor guide fixes for consistency (#16273)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user