Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 432 Bytes

File metadata and controls

21 lines (13 loc) · 432 Bytes

pollyjs-server

To install dependencies:

bun install

To run:

bun run index.ts

Debugging

To 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.