diff --git a/.changeset/revert-proxy-assets.md b/.changeset/revert-proxy-assets.md new file mode 100644 index 000000000000..d4f83bfe4ead --- /dev/null +++ b/.changeset/revert-proxy-assets.md @@ -0,0 +1,5 @@ +--- +wrangler: patch +--- + +Revert https://github.com/cloudflare/workers-sdk/pull/7816. This feature added support for the ASSETS bindings to the `getPlatformProxy()` API, but caused a regression when running `npm run preview` in newly generated Workers Assets projects.