mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 05:52:35 +08:00
fix(cli): resolve Bedrock SSO credentials
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user