{ "name": "search-engine-frontend", "main": "src/index.ts", "compatibility_date": "2025-01-01", "compatibility_flags": ["nodejs_compat"], "routes": [ { "pattern": "search.theradicalparty.com/*", "zone_name": "theradicalparty.com" } ], "vars": { // API is fronted by a Cloudflare Tunnel on HTTPS/443 — a deployed Worker's // fetch() cannot reliably reach non-standard ports (e.g. :3000). See docs/DEPLOY.md. "API_URL": "https://search-api.theradicalparty.com" } }