Files
build-your-own-openclaw/web/wrangler.jsonc
T
2026-06-02 18:59:43 -04:00

16 lines
330 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "build-your-own-openclaw",
"compatibility_date": "2026-06-02",
"assets": {
"directory": "./out",
"not_found_handling": "single-page-application"
},
"observability": {
"enabled": true
},
"compatibility_flags": [
"nodejs_compat"
]
}