fix invites

This commit is contained in:
Devin Zuczek
2026-07-23 18:09:16 -04:00
parent f39db8a15e
commit 82f011c0b0
10 changed files with 883 additions and 8 deletions
+11
View File
@@ -33,6 +33,17 @@
"secret_name": "JWT_SECRET"
}
],
// The `notify` worker's NotificationsHub DO — used by POST /invite to push the
// game-invite message to the invitee's live socket.
"durable_objects": {
"bindings": [
{
"name": "RECFLARE_NOTIFICATIONS_HUB",
"class_name": "NotificationsHub",
"script_name": "notify"
}
]
},
"upload_source_maps": true,
"observability": {
"logs": {