mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 15:11:29 -07:00
update wrangler/workers version
This commit is contained in:
@@ -18,7 +18,7 @@ export default defineConfig({
|
||||
{
|
||||
name: 'notify',
|
||||
modules: true,
|
||||
compatibilityDate: '2025-09-20',
|
||||
compatibilityDate: '2026-06-16',
|
||||
compatibilityFlags: ['nodejs_compat'],
|
||||
durableObjects: { RECFLARE_NOTIFICATIONS_HUB: 'NotificationsHub' },
|
||||
script: `
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"name": "rooms",
|
||||
"main": "src/rooms.app.ts",
|
||||
"compatibility_date": "2025-09-20",
|
||||
"compatibility_date": "2026-06-16",
|
||||
"compatibility_flags": ["nodejs_compat"],
|
||||
// Shared `recflare` DB (room storage lives here). Create it manually with
|
||||
// `wrangler d1 create recflare`, then put the real id in the gitignored root
|
||||
|
||||
Reference in New Issue
Block a user