Explorar o código

docs: clarify Bun's default registry resolution in index.ts (#1438)

Yordis Prieto hai 1 ano
pai
achega
31b8e3d5ab
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/opencode/src/bun/index.ts

+ 1 - 0
packages/opencode/src/bun/index.ts

@@ -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, {