create-cloudflare 0.0.0-e94b46ff7 → 0.0.0-e981d0be5

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 (58) hide show
  1. package/dist/cli.js +876 -861
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/package.json +8 -8
  4. package/templates/astro/c3.ts +5 -93
  5. package/templates/astro/pages/c3.ts +98 -0
  6. package/{templates-experimental/astro → templates/astro/workers}/c3.ts +2 -2
  7. package/templates/astro/workers/templates/js/public/.assetsignore +2 -0
  8. package/templates/astro/workers/templates/ts/public/.assetsignore +2 -0
  9. package/templates/hello-world-durable-object/js/src/index.js +10 -9
  10. package/templates/hello-world-durable-object/js/wrangler.jsonc +1 -1
  11. package/templates/hello-world-durable-object/ts/src/index.ts +10 -9
  12. package/templates/hello-world-durable-object/ts/wrangler.jsonc +1 -1
  13. package/templates/hono/c3.ts +5 -66
  14. package/templates/hono/pages/c3.ts +42 -0
  15. package/templates/hono/pages/templates/src/index.tsx +12 -0
  16. package/templates/hono/{templates → pages/templates}/wrangler.jsonc +2 -1
  17. package/{templates-experimental/hono → templates/hono/workers}/c3.ts +2 -4
  18. package/templates/qwik/c3.ts +5 -144
  19. package/templates/qwik/pages/c3.ts +149 -0
  20. package/{templates-experimental/qwik → templates/qwik/workers}/c3.ts +2 -2
  21. package/templates/remix/c3.ts +5 -63
  22. package/templates/remix/pages/c3.ts +68 -0
  23. package/{templates-experimental/remix → templates/remix/workers}/c3.ts +2 -2
  24. package/templates/svelte/c3.ts +5 -154
  25. package/templates/svelte/pages/c3.ts +159 -0
  26. package/{templates-experimental/svelte → templates/svelte/workers}/c3.ts +3 -3
  27. package/templates/svelte/workers/templates/static/.assetsignore +2 -0
  28. package/templates/hono/snippets/appDeclaration.ts +0 -1
  29. package/templates-experimental/astro/templates/ts/public/.assetsignore +0 -4
  30. package/templates-experimental/qwik/templates/public/.assetsignore +0 -4
  31. package/templates-experimental/svelte/templates/static/.assetsignore +0 -4
  32. /package/templates/astro/{templates → pages/templates}/js/wrangler.jsonc +0 -0
  33. /package/{templates-experimental/astro → templates/astro/pages}/templates/ts/src/env.d.ts +0 -0
  34. /package/{templates-experimental/astro → templates/astro/pages}/templates/ts/worker-configuration.d.ts +0 -0
  35. /package/templates/astro/{templates → pages/templates}/ts/wrangler.jsonc +0 -0
  36. /package/{templates-experimental/astro → templates/astro/workers}/templates/js/wrangler.jsonc +0 -0
  37. /package/templates/astro/{templates → workers/templates}/ts/src/env.d.ts +0 -0
  38. /package/{templates-experimental/qwik/templates → templates/astro/workers/templates/ts}/worker-configuration.d.ts +0 -0
  39. /package/{templates-experimental/astro → templates/astro/workers}/templates/ts/wrangler.jsonc +0 -0
  40. /package/{templates-experimental/hono → templates/hono/pages}/templates/worker-configuration.d.ts +0 -0
  41. /package/{templates-experimental/hono → templates/hono/workers}/templates/public/index.html +0 -0
  42. /package/{templates-experimental/hono → templates/hono/workers}/templates/src/index.ts +0 -0
  43. /package/templates/hono/{templates → workers/templates}/worker-configuration.d.ts +0 -0
  44. /package/{templates-experimental/hono → templates/hono/workers}/templates/wrangler.jsonc +0 -0
  45. /package/{templates-experimental/qwik → templates/qwik/pages}/snippets/getPlatformProxy.ts +0 -0
  46. /package/templates/{astro/templates/ts → qwik/pages/templates}/worker-configuration.d.ts +0 -0
  47. /package/templates/qwik/{templates → pages/templates}/wrangler.jsonc +0 -0
  48. /package/templates/qwik/{snippets → workers/snippets}/getPlatformProxy.ts +0 -0
  49. /package/{templates-experimental/astro/templates/js → templates/qwik/workers/templates}/public/.assetsignore +0 -0
  50. /package/templates/qwik/{templates → workers/templates}/worker-configuration.d.ts +0 -0
  51. /package/{templates-experimental/qwik → templates/qwik/workers}/templates/wrangler.jsonc +0 -0
  52. /package/templates/remix/{templates → pages/templates}/worker-configuration.d.ts +0 -0
  53. /package/templates/remix/{templates → pages/templates}/wrangler.jsonc +0 -0
  54. /package/{templates-experimental/remix → templates/remix/workers}/templates/public/.assetsignore +0 -0
  55. /package/{templates-experimental/remix → templates/remix/workers}/templates/worker-configuration.d.ts +0 -0
  56. /package/{templates-experimental/remix → templates/remix/workers}/templates/wrangler.toml +0 -0
  57. /package/templates/svelte/{templates → pages/templates}/wrangler.jsonc +0 -0
  58. /package/{templates-experimental/svelte → templates/svelte/workers}/templates/wrangler.jsonc +0 -0
@@ -1,4 +0,0 @@
1
- _worker.js
2
- _routes.json
3
- _headers
4
- _redirects