create-cloudflare@2.64.4
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch updates dependencies, including 'create-waku', and resolves an issue where Angular SSR development failed when running with 'wrangler dev' due to localhost hostname restrictions.
🐛 Bug Fixes
- Fixed Angular scaffolding to allow localhost SSR in development mode by passing 'allowedHosts: ["localhost"]' to the AngularAppEngine constructor in server.ts, resolving failures caused by Angular's default SSR hostname restrictions.