Change8

@cloudflare/chrome-devtools-patches@0.1.5

📦 cloudflare-workersView on GitHub →
1 features🔧 2 symbols

Summary

The DevTools frontend deployment infrastructure has been migrated from Cloudflare Pages to a Workers + Assets project, updating deployment commands accordingly.

Migration Steps

  1. The inspector proxy origin allowlists in wrangler and miniflare have been updated to accept connections from the new `workers.dev` domain patterns, while retaining the legacy `pages.dev` patterns for backward compatibility. (No direct user action required unless custom proxy configurations were in place.)

✨ New Features

  • The DevTools frontend is now deployed as a Cloudflare Workers + Assets project instead of a Cloudflare Pages project, utilizing `wrangler deploy` for production and `wrangler versions upload` for PR previews.

Affected Symbols