mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 22:51:30 -07:00
222547ee13
* test(accounts): cover three username changes * chore(deps): update vulnerable runtime dependencies * fix(security): bound uploads and validate token subjects strictly --------- Co-authored-by: Nexi (CWN) <communityshieldofficial@gmail.com>
chat
Chat worker served on the chat subdomain.
GET /— service status{ "service": "chat", "status": "ok" }.GET /thread— chat threads. No DB binding yet, so returns[].
Development
Run in dev mode
pnpm dev
Run tests
pnpm test
Deploy
pnpm turbo deploy