add backend & full support for cloudflare workers
This commit is contained in:
15
backend/wrangler.jsonc
Normal file
15
backend/wrangler.jsonc
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user