Files
Kilo-Org_kilocode/packages/opencode
Alex Alecu 7f94b83893 fix: ensure abort fires even if shutdown throws in serve.ts
Wrap Instance.disposeAll() and server.stop() in try/finally so
abort.abort() always fires, preventing the process from hanging
if either call rejects.
2026-02-20 17:38:35 +02:00
..
2026-02-18 19:30:20 +01:00
2026-01-24 12:27:13 -05:00
2026-01-26 14:59:23 +01:00
2026-02-20 00:28:29 +00:00
2026-02-11 16:14:28 +00:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.