fix(cli): resolve Bedrock SSO credentials

This commit is contained in:
Josh Lambert
2026-07-09 17:16:11 -04:00
parent 1426dcae0a
commit 0a640706ad
7 changed files with 82 additions and 11 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ for (const item of targets) {
const workerRelativePath = path.relative(dir, parserWorker).replaceAll("\\", "/")
await Bun.build({
conditions: ["browser"],
conditions: ["bun", "node"], // kilocode_change - load Node credential providers in packaged builds
tsconfig: "./tsconfig.json",
plugins: [plugin],
// kilocode_change start - skip sourcemaps for release builds (each .js.map adds ~50 MB per target → ~600 MB total)