Files
heygo/wrangler.jsonc
T

14 lines
297 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "heygo",
"main": "worker/index.ts",
"compatibility_date": "2026-06-20",
"assets": {
"directory": "./dist/client",
"not_found_handling": "single-page-application"
},
"observability": {
"enabled": true
}
}