File SystemPackage Manager
Configure a private registry for an organization scope with bun install
You can configure private registries in .npmrc or bunfig.toml . Both work; we recommend bunfig.toml for its Bun-specific options.
Override the default npm registry for bun install
The default registry is registry.npmjs.org . Override it globally in bunfig.toml .
Using bun install with an Azure Artifacts npm registry
Azure Artifacts' instructions for .npmrc say to base64 encode the password. Do not do this for bun install . Bun base64 encodes the password for you if needed.