Files
cfw-gateway/wrangler.jsonc

31 lines
580 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "cfw-gateway",
"main": "src/index.ts",
"account_id": "67720b647ff2b55cf37ba3ef9e677083",
"compatibility_date": "2026-06-10",
"compatibility_flags": [
"nodejs_compat"
],
"routes": [
{
"pattern": "cfw-gateway.bowong.cc",
"custom_domain": true
}
],
"services": [
{
"binding": "AUTH",
"service": "cfw-auth"
},
{
"binding": "OPS",
"service": "cfw-ops"
},
{
"binding": "SCHEDULER",
"service": "cfw-scheduler"
}
]
}