feat: add custom domain route for cfw-gateway

This commit is contained in:
2026-06-10 23:14:51 -07:00
parent a7a25bdb89
commit 35798508f3

View File

@@ -4,6 +4,12 @@
"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"
},