Skip to content

Commit 84a4672

Browse files
authored
Merge pull request #40 from rebase-network/dev
fix(deploy): use current worker compatibility date
2 parents 23f0174 + 8569550 commit 84a4672

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/admin/wrangler.production.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/wrangler/config-schema.json",
33
"name": "rebase-admin",
4-
"compatibility_date": "2026-04-08",
4+
"compatibility_date": "2026-04-07",
55
"compatibility_flags": ["nodejs_compat"],
66
"assets": {
77
"directory": "./dist",

apps/web/wrangler.template.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/wrangler/config-schema.json",
33
"name": "rebase-web",
4-
"compatibility_date": "2026-04-08",
4+
"compatibility_date": "2026-04-07",
55
"routes": [
66
{
77
"pattern": "rebase.network",

0 commit comments

Comments
 (0)