Backend service for Ombr, built with TypeScript and Bun.
- Bun 1.0+
Install dependencies:
bun installRun the server:
bun run src/index.tsOr use the package script:
bun run startsrc/index.ts: Main server entry pointsrc/dbWorker.ts: Database worker logicsrc/worker.ts: Worker runtime logicsrc/workers/: Worker-specific modulessrc/lib/: Shared server utilitiessrc/testClient.ts: Local test client