Update azure-artifacts.md

This commit is contained in:
Jarred Sumner
2023-09-18 23:46:42 -07:00
parent 8b690aaf0d
commit 63afadcb91

View File

@@ -12,6 +12,7 @@ To use it with `bun install`, add a `bunfig.toml` file to your project with the
[install.registry]
url = "https://pkgs.dev.azure.com/my-azure-artifacts-user/_packaging/my-azure-artifacts-user/npm/registry"
username = "my-azure-artifacts-user"
# Bun v1.0.3+ supports using an environment variable here
password = "$NPM_PASSWORD"
```