fix(coding-agent,ai): restore Bun binary lazy provider loading closes #2314
This commit is contained in:
5
packages/coding-agent/src/bun/cli.ts
Normal file
5
packages/coding-agent/src/bun/cli.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
process.title = "pi";
|
||||
|
||||
await import("./register-bedrock.js");
|
||||
await import("../cli.js");
|
||||
Reference in New Issue
Block a user