create-cloudflare@2.70.13
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release updates several dependencies within the create-cloudflare tool, including create-docusaurus, @angular/create, sv, and create-next-app. It also includes a fix for Nuxt module preservation.
🐛 Bug Fixes
- Preserve existing Nuxt `modules` when adding Cloudflare configuration to `nuxt.config.ts`. Previously, scaffolding a Nuxt application with an existing `modules` array would overwrite it, causing builds to break. Existing modules are now retained, and the Cloudflare module is appended.