wrangler@4.68.1
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release fixes an issue preventing Angular SSR from running on localhost during development and updates Waku autoconfiguration logic to support newer Waku versions.
Migration Steps
- If using Waku, ensure you are on Waku version `1.0.0-alpha.4` or newer to benefit from Wrangler autoconfig support.
🐛 Bug Fixes
- Fixed Angular scaffolding to allow localhost SSR in development mode by passing `allowedHosts: ["localhost"]` to the `AngularAppEngine` constructor in `server.ts` when running `wrangler dev` or `wrangler pages dev`.