custom rooms

This commit is contained in:
Devin Zuczek
2026-07-05 20:20:09 -04:00
parent 05cca877b1
commit 5a2e3f6e1a
17 changed files with 15248 additions and 23 deletions
+8
View File
@@ -19,6 +19,14 @@
"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"
}
],
"upload_source_maps": true,
"observability": {
"logs": {