[www] beta room uploads (#34)

* WIP room uploads

* add beta warning
This commit is contained in:
devin
2026-08-15 13:14:40 -04:00
committed by GitHub
parent d12806625d
commit 66c09806f9
7 changed files with 337 additions and 5 deletions
+2
View File
@@ -18,6 +18,7 @@ import {
postAuthForm,
readAuthError,
roomsBase,
storageBase,
} from './upstream'
import type { App } from './context'
@@ -71,6 +72,7 @@ const app = new Hono<App>()
notify: notifyBase(c.env),
rooms: roomsBase(c.env),
cdn: cdnBase(c.env),
storage: storageBase(c.env),
},
})
})