mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
custom rooms
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user