mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update azure-artifacts.md
This commit is contained in:
@@ -6,7 +6,7 @@ name: Using bun install with an Azure Artifacts npm registry
|
||||
|
||||
To use it with `bun install`, add a `bunfig.toml` file to your project with the following contents:
|
||||
|
||||
### Configure with bunfig.toml
|
||||
**Configure with bunfig.toml**
|
||||
|
||||
Make sure to replace `my-azure-artifacts-user` with your Azure Artifacts username, such as `jarred1234`.
|
||||
|
||||
@@ -21,7 +21,7 @@ password = "$NPM_PASSWORD"
|
||||
Set the `$NPM_PASSWORD` environment variable to your Azure Artifacts npm registry password and Bun will automatically replace it with the correct value. You can also choose not to use an environment variable and instead hardcode your password in the `bunfig.toml` file, but be careful not to commit it to source control.
|
||||
|
||||
|
||||
### Configure with environment variables
|
||||
**Configure with environment variables**
|
||||
|
||||
You can also use an environment variable to configure Azure Artifacts with bun install.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user