Files
cfw-gateway/wrangler.jsonc

29 lines
557 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "cfw-gateway",
"main": "src/index.ts",
"compatibility_date": "2026-06-10",
"compatibility_flags": ["nodejs_compat"],
"routes": [
{
"pattern": "cfw-gateway.bowong.cc",
"custom_domain": true
}
],
"vars": {
"DEFAULT_WORKER_NAME": "customer-worker-1"
},
"services": [
{
"binding": "AUTH",
"service": "cfw-auth"
}
],
"dispatch_namespaces": [
{
"binding": "DISPATCHER",
"namespace": "platform-workers"
}
]
}