@astrojs/cloudflare@13.0.0-beta.3
📦 astroView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release fixes a critical bug in the development server related to loading framework components from linked monorepo packages, resolving 504 errors during initial requests.
Migration Steps
- Update dependency @astrojs/underscore-redirects to version 1.0.0.
🐛 Bug Fixes
- Fixed a dev server issue where framework components from linked packages (using file: or workspace protocol) would fail to load with a 504 error, caused by Vite's dependency optimizer running mid-request.