From 31b8e3d5ab90983172616cc2018bad49ca7dd0f0 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Wed, 30 Jul 2025 23:21:07 -0400 Subject: [PATCH] docs: clarify Bun's default registry resolution in index.ts (#1438) --- packages/opencode/src/bun/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/opencode/src/bun/index.ts b/packages/opencode/src/bun/index.ts index eea46737..cd413ff4 100644 --- a/packages/opencode/src/bun/index.ts +++ b/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, {