update wrangler/workers version

This commit is contained in:
Devin Zuczek
2026-07-13 18:24:00 -04:00
parent c555f896a9
commit c9996229db
21 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -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: `
+1 -1
View File
@@ -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