- Add heartbeat events to /global/event and /event SSE endpoints - Send server.heartbeat event every 30s to prevent WKWebView 60s timeout - Fixes desktop app disconnecting from global events after 1 minute
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.
bun init