mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
chat
Chat worker served at chat.rec.djdevin.net.
GET /— service status{ "service": "chat", "status": "ok" }.GET /thread— chat threads. No DB binding yet, so returns[](matching the C#ChatController.Get).
Development
Run in dev mode
pnpm dev
Run tests
pnpm test
Deploy
pnpm turbo deploy