Patch Changes
-
#12837
2363d48Thanks @edmundhung! - Update Astro Workers template for Astro v6The Astro Workers template now scaffolds projects using Astro v6. The adapter uses the Cloudflare Vite plugin under the hood, so
astro devruns on the workerd runtime locally andwrangler.jsoncfields likemainandassetsare no longer needed in the template.For existing projects, see the Astro Cloudflare adapter migration guide.
-
#12866
077c4d5Thanks @edmundhung! - Fix React app creation flow skipping Cloudflare setupCreating a React app with create-cloudflare no longer allows the Cloudflare setup step to be skipped by accepting create-vite's
Install and start nowprompt.