16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"$schema": "./node_modules/wrangler/config-schema.json",
|
|
"name": "webmuxd-wisp-demo",
|
|
"main": "src/index.ts",
|
|
"compatibility_date": "2026-03-03",
|
|
"assets": {
|
|
"directory": "../frontend/dist",
|
|
"binding": "ASSETS",
|
|
"not_found_handling": "single-page-application"
|
|
},
|
|
"observability": {
|
|
"enabled": true,
|
|
"head_sampling_rate": 1
|
|
}
|
|
}
|