working rec center, I think

This commit is contained in:
Devin Zuczek
2026-06-15 01:19:15 -04:00
parent 2dbc8579d9
commit 95e6a06db5
5 changed files with 187 additions and 40 deletions
+3
View File
@@ -6,6 +6,9 @@ export type Env = SharedHonoEnv & {
// matchmake/goto, read by the heartbeat, cleared on login — mirrors the
// reference server's HeartbeatDB.
MATCH_PRESENCE: KVNamespace
// Shared rooms DB (owned by the `rooms` worker). Read-only here to resolve a
// room's real scene/subroom when matchmaking into it.
DB: D1Database
}
/** Variables can be extended */