mirror of
https://github.com/wahyd4/heygo.git
synced 2026-08-09 05:15:52 +10:00
14 lines
297 B
JSON
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
|
|
}
|
|
}
|