@astrojs/[email protected]
@astrojs/[email protected]
astro
Release Notes
Patch Changes
#16990
ebeb830Thanks @ocavue! - Fixes a build crash when usingexperimental.advancedRoutingwith a customfetchFilethat statically importscffrom@astrojs/cloudflare/fetch. The circular dependency between@astrojs/cloudflare/fetchandastro/app/entrypointcausedcreateApporcreateGetEnvto beundefinedat module evaluation time. Initialization is now deferred to the firstcf()call, breaking the cycle.#16671
fd926fdThanks @alexanderniebuhr! - Removes deprecations warnings added in Astro v6 for Cloudflare specific Astro.locals properties.Updated dependencies [
1f07343,1e000e2,c63e7e4,ebeb830,10229f7]:- [email protected]
- @astrojs/[email protected]