https://developers.cloudflare.com/workers/static-assets/routing/advanced/gradual-rollouts/#preventin
Cloudflare Docs
Provide static asset routing solutions for gradual Worker deployments.










wrangler.jsonc to root of the project, push to Github, add repo to "Create Application" on cloudflare workers page.npm run build is run.{"name":"product-docs","compatibility_date":"2025-09-09","assets":{"directory":"out","not_found_handling":"single-page-application"},"routes":[{"pattern":"xxx.amoga.io","custom_domain":true}]}CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_TOKEN to the API request, are either of those environment variables automatically defined in the Workers runtime, or do I need to explicitly add those to my project's configuration?https://www.cloudflare.com/ips/ up-to-date? My deployed Worker is making an REST API request from an IP that isn't on this list.
{"name":"product-docs","compatibility_date":"2025-09-09","assets":{"directory":"out","not_found_handling":"single-page-application"},"routes":[{"pattern":"xxx.amoga.io","custom_domain":true}]}