add rooms

This commit is contained in:
Devin Zuczek
2026-06-14 18:59:35 -04:00
parent 767dd47bab
commit 768ca2a0a3
64 changed files with 87267 additions and 787 deletions
+8
View File
@@ -10,6 +10,14 @@
"custom_domain": true
}
],
// Per-player presence store (room instance the player is currently in).
// Create with `wrangler kv namespace create MATCH_PRESENCE` and set the id.
"kv_namespaces": [
{
"binding": "MATCH_PRESENCE",
"id": "9f53f04b7dd244658d59f515a14748b6"
}
],
"logpush": false,
"upload_source_maps": true,
"observability": {