attempting to fix some consumables not appearing in avatar immediately

This commit is contained in:
Devin Zuczek
2026-07-15 17:25:22 -04:00
parent 5345bd0517
commit 916e42c33c
10 changed files with 494 additions and 112 deletions
+11
View File
@@ -37,6 +37,17 @@
"secret_name": "JWT_SECRET"
}
],
// The `notify` worker's NotificationsHub DO — used to push websocket notifications
// to a player (e.g. ConsumableMappingRemoved when a consumable is consumed).
"durable_objects": {
"bindings": [
{
"name": "RECFLARE_NOTIFICATIONS_HUB",
"class_name": "NotificationsHub",
"script_name": "notify"
}
]
},
"upload_source_maps": true,
"observability": {
"logs": {