[lists] add worker

This commit is contained in:
Devin Zuczek
2026-08-15 23:09:56 -04:00
parent 11b037a2f1
commit ba0aec92a4
12 changed files with 14821 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ apex/`ns` host and isn't listed within it. Each implemented worker has its own
| Images | `img` | `img` | Image storage & signed delivery (R2) |
| Leaderboard | `leaderboard` | — | Not yet implemented |
| Link | `link` | — | Not yet implemented |
| Lists | `lists` | | Not yet implemented |
| Lists | `lists` | `lists` | Stub — deploys and answers, no list endpoints yet |
| Matchmaking | `match` | `match` | Matchmaking & per-player presence (D1, KV) |
| Moderation | `moderation` | — | No worker; point it at `api` to serve `/api/PlayerReporting/…` |
| Notifications | `notify` | `notify` | Real-time notifications over SignalR/WebSockets (Durable Object) |