create-cloudflare 2.40.3 → 2.41.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/cli.js +1984 -2324
  2. package/package.json +6 -6
  3. package/templates/angular/c3.ts +5 -129
  4. package/templates/angular/pages/c3.ts +134 -0
  5. package/{templates-experimental/angular → templates/angular/workers}/c3.ts +2 -2
  6. package/templates/gatsby/c3.ts +5 -45
  7. package/templates/gatsby/pages/c3.ts +50 -0
  8. package/{templates-experimental/gatsby → templates/gatsby/workers}/c3.ts +2 -2
  9. package/templates/nuxt/c3.ts +5 -130
  10. package/templates/nuxt/pages/c3.ts +145 -0
  11. package/templates/nuxt/{templates → pages/templates}/wrangler.jsonc +0 -3
  12. package/{templates-experimental/nuxt → templates/nuxt/workers}/c3.ts +12 -2
  13. package/templates/react/workers/js/src/App.css +45 -0
  14. package/templates/react/workers/js/src/assets/Cloudflare_Logo.svg +51 -26
  15. package/templates/react/workers/ts/src/App.css +45 -0
  16. package/templates/react/workers/ts/src/assets/Cloudflare_Logo.svg +51 -26
  17. package/templates/vue/c3.ts +5 -25
  18. package/templates/vue/pages/c3.ts +30 -0
  19. package/{templates-experimental/vue → templates/vue/workers}/c3.ts +2 -2
  20. package/templates-experimental/next/c3.ts +9 -9
  21. package/templates-experimental/next/templates/open-next.config.ts +5 -27
  22. package/templates-experimental/next/templates/wrangler.jsonc +0 -1
  23. /package/templates/angular/{templates → pages/templates}/src/_routes.json +0 -0
  24. /package/{templates-experimental/angular → templates/angular/pages}/templates/src/server.ts +0 -0
  25. /package/templates/angular/{templates → pages/templates}/tools/copy-files.mjs +0 -0
  26. /package/templates/angular/{templates → workers/templates}/src/server.ts +0 -0
  27. /package/{templates-experimental/angular → templates/angular/workers}/templates/wrangler.jsonc +0 -0
  28. /package/{templates-experimental/gatsby → templates/gatsby/workers}/templates/wrangler.jsonc +0 -0
  29. /package/{templates-experimental/nuxt → templates/nuxt/pages}/templates/env.d.ts +0 -0
  30. /package/{templates-experimental/nuxt → templates/nuxt/pages}/templates/worker-configuration.d.ts +0 -0
  31. /package/templates/nuxt/{templates → workers/templates}/env.d.ts +0 -0
  32. /package/templates/nuxt/{templates → workers/templates}/worker-configuration.d.ts +0 -0
  33. /package/{templates-experimental/nuxt → templates/nuxt/workers}/templates/wrangler.jsonc +0 -0
  34. /package/{templates-experimental/vue → templates/vue/workers}/js/server/index.js +0 -0
  35. /package/{templates-experimental/vue → templates/vue/workers}/js/src/App.vue +0 -0
  36. /package/{templates-experimental/vue → templates/vue/workers}/js/src/components/HelloWorld.vue +0 -0
  37. /package/{templates-experimental/vue → templates/vue/workers}/js/vite.config.js +0 -0
  38. /package/{templates-experimental/vue → templates/vue/workers}/js/wrangler.jsonc +0 -0
  39. /package/{templates-experimental/vue → templates/vue/workers}/ts/server/index.ts +0 -0
  40. /package/{templates-experimental/vue → templates/vue/workers}/ts/src/App.vue +0 -0
  41. /package/{templates-experimental/vue → templates/vue/workers}/ts/src/components/HelloWorld.vue +0 -0
  42. /package/{templates-experimental/vue → templates/vue/workers}/ts/tsconfig.worker.json +0 -0
  43. /package/{templates-experimental/vue → templates/vue/workers}/ts/vite.config.ts +0 -0
  44. /package/{templates-experimental/vue → templates/vue/workers}/ts/worker-configuration.d.ts +0 -0
  45. /package/{templates-experimental/vue → templates/vue/workers}/ts/wrangler.jsonc +0 -0