mirror of
https://github.com/mileswolfallen2/miles-web.git
synced 2026-09-08 11:23:17 +00:00
15 lines
259 B
JSON
15 lines
259 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "miles-web",
|
|
"compatibility_date": "2026-07-28",
|
|
"observability": {
|
|
"enabled": true
|
|
},
|
|
"assets": {
|
|
"directory": "."
|
|
},
|
|
"compatibility_flags": [
|
|
"nodejs_compat"
|
|
]
|
|
}
|