Compare commits

...

2 Commits

Author SHA1 Message Date
c409459e27 Use compatibility flags property for nodejs_compat
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m5s
2025-02-03 17:58:16 +10:30
132360adc2 Fix deprecated node_compat property 2025-02-03 17:57:28 +10:30

View File

@@ -10,5 +10,5 @@
{ "name": "SEB", "destination_address": "contact@michaelpivato.dev" }
],
"workers_dev": false,
"node_compat": true
"compatibility_flags": ["nodejs_compat"]
}