move presence to d1

This commit is contained in:
Devin Zuczek
2026-07-11 12:37:22 -04:00
parent aad184181b
commit fb553c2fd0
16 changed files with 452 additions and 131 deletions
-8
View File
@@ -19,14 +19,6 @@
"migrations_dir": "migrations"
}
],
// Shared player-presence KV (owned by the `match` worker). Read-only here to
// resolve the caller's current room instance for the photon access token.
"kv_namespaces": [
{
"binding": "RECFLARE_MATCH_PRESENCE",
"id": "local"
}
],
// Cross-worker binding to the SignalR notifications hub DO (owned/migrated by
// the `notify` worker). We only invoke its RPC methods; no migration here.
"durable_objects": {