mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +00:00
docs: clarify Bun's default registry resolution in index.ts (#1438)
This commit is contained in:
parent
1a78d833a8
commit
31b8e3d5ab
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ export namespace BunProc {
|
|||
// Let Bun handle registry resolution:
|
||||
// - If .npmrc files exist, Bun will use them automatically
|
||||
// - If no .npmrc files exist, Bun will default to https://registry.npmjs.org
|
||||
// - No need to pass --registry flag
|
||||
log.info("installing package using Bun's default registry resolution", { pkg, version })
|
||||
|
||||
await BunProc.run(args, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue