mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix broken links
This commit is contained in:
@@ -18,7 +18,7 @@ registry = "https://username:password@registry.npmjs.org"
|
||||
|
||||
---
|
||||
|
||||
Your `bunfig.toml` can reference environment variables. Bun automatically loads environment variables from `.env.local`, `.env.[NODE_ENV]`, and `.env`. See [Docs > Environment variables](/docs/cli/run#environment-variables) for more information.
|
||||
Your `bunfig.toml` can reference environment variables. Bun automatically loads environment variables from `.env.local`, `.env.[NODE_ENV]`, and `.env`. See [Docs > Environment variables](/docs/runtime/env) for more information.
|
||||
|
||||
```toml#bunfig.toml
|
||||
[install]
|
||||
|
||||
@@ -24,7 +24,7 @@ Bun does not read `.npmrc` files; instead private registries are configured via
|
||||
|
||||
---
|
||||
|
||||
Your `bunfig.toml` can reference environment variables. Bun automatically loads environment variables from `.env.local`, `.env.[NODE_ENV]`, and `.env`. See [Docs > Environment variables](/docs/cli/run#environment-variables) for more information.
|
||||
Your `bunfig.toml` can reference environment variables. Bun automatically loads environment variables from `.env.local`, `.env.[NODE_ENV]`, and `.env`. See [Docs > Environment variables](/docs/runtime/env) for more information.
|
||||
|
||||
```toml#bunfig.toml
|
||||
[install.scopes]
|
||||
|
||||
@@ -29,4 +29,4 @@ FOOBAR=aaaaaa
|
||||
|
||||
---
|
||||
|
||||
See [Docs > Runtime > Environment variables](/docs/cli/run#environment-variables) for more information on using environment variables with Bun.
|
||||
See [Docs > Runtime > Environment variables](/docs/runtime/env) for more information on using environment variables with Bun.
|
||||
|
||||
@@ -34,4 +34,4 @@ $ FOO=helloworld bun run dev
|
||||
|
||||
---
|
||||
|
||||
See [Docs > Runtime > Environment variables](/docs/cli/run#environment-variables) for more information on using environment variables with Bun.
|
||||
See [Docs > Runtime > Environment variables](/docs/runtime/env) for more information on using environment variables with Bun.
|
||||
|
||||
Reference in New Issue
Block a user