Skip to content

Commit 8d95b0b

Browse files
committed
chore(deploy-cf): update compatibility date to 2026-01-20
1 parent 0c7d8d0 commit 8d95b0b

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.dev.example.vars

Lines changed: 0 additions & 5 deletions
This file was deleted.

scripts/deploy-cf.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ Bun.write('wrangler.toml', stripIndent(`
4141
#:schema node_modules/wrangler/config-schema.json
4242
name = "${WORKER_NAME}"
4343
main = "server/src/_worker.ts"
44-
compatibility_date = "2024-05-29"
45-
# compatibility_flags = ["nodejs_compat"]
46-
node_compat = true
44+
compatibility_date = "2026-01-20"
4745
4846
[triggers]
4947
crons = ["*/20 * * * *"]

0 commit comments

Comments
 (0)