mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 06:31:27 -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": "accounts",
|
||||
"main": "src/accounts.app.ts",
|
||||
"compatibility_date": "2025-09-20",
|
||||
"compatibility_date": "2026-06-16",
|
||||
"compatibility_flags": ["nodejs_compat"],
|
||||
// Shared `recflare` D1 database. The `accounts` table schema/migrations are owned
|
||||
// by the `auth` worker; this worker binds it read/write to look up and create
|
||||
|
||||
Reference in New Issue
Block a user