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