@astrojs/cloudflare@13.0.0-beta.7
📦 astroView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This patch release fixes an issue where server-side dependencies in frontmatter were not discovered early, preventing unnecessary reloads during development. It also resolves a bug related to `build.serverEntry` not being respected with the new Adapter API.
🐛 Bug Fixes
- Fixes server-side dependencies not being discovered ahead of time during development, resolving unnecessary page reloads when new dependencies are first encountered in .astro file frontmatter imports.
- Fixes a case where `build.serverEntry` would not be respected when using the new Adapter API.