To install dependencies:
bun installTo run:
bun run index.tsTo debug in VS Code/Cursor, install the Bun extension (oven.bun-vscode), then press F5 to start the debugger.
This project was created using bun init in bun v1.2.15. Bun is a fast all-in-one JavaScript runtime.