2025-tombutcher-ui/wrangler.json
Tom Butcher 27c3bf16fc
All checks were successful
tombutcher.work/tombutcher-ui/pipeline/head This commit looks good
Final fix
2025-04-06 23:07:19 +01:00

14 lines
300 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "tombutcher-ui",
"main": "api/index.js",
"compatibility_date": "2025-03-21",
"assets": {
"not_found_handling": "single-page-application",
"binding": "WORKER_ASSETS"
},
"observability": {
"enabled": true
}
}