room delete endpoint :(

This commit is contained in:
Devin Zuczek
2026-07-20 11:37:59 -04:00
parent bbd702faf1
commit 3319a5d91a
5 changed files with 112 additions and 0 deletions
+9
View File
@@ -19,6 +19,15 @@
"migrations_dir": "migrations"
}
],
// Shared `recflare-cdn` R2 bucket (also bound by the `cdn`/`storage` workers).
// Room images/files live here under `room/`; bound so deleting a room removes its
// image object. bucket_name is a literal, so nothing is spliced at deploy time.
"r2_buckets": [
{
"binding": "CDN_ASSETS",
"bucket_name": "recflare-cdn"
}
],
// Cross-worker binding to the SignalR notifications hub DO (owned/migrated by
// the `notify` worker). We only invoke its RPC methods; no migration here.
"durable_objects": {