Add Cloudflare Workers configuration

This commit is contained in:
cloudflare-workers-and-pages[bot]
2026-07-26 08:47:02 +00:00
committed by GitHub
parent ca76bff96d
commit b80ddaa0f9
2 changed files with 20 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example
.env*
!.env.example
+14
View File
@@ -0,0 +1,14 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "miles-web",
"compatibility_date": "2026-07-26",
"observability": {
"enabled": true
},
"assets": {
"directory": "."
},
"compatibility_flags": [
"nodejs_compat"
]
}