create-cloudflare 0.0.0-e4bb5f36 → 0.0.0-e5cdd7fa
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.
- package/README.md +1 -52
- package/dist/cli.js +75598 -59498
- package/package.json +92 -80
- package/templates/angular/c3.ts +99 -0
- package/{dist/angular/templates/src/main.server.ts → templates/angular/templates/server.ts} +14 -15
- package/templates/angular/templates/tools/alter-polyfills.mjs +27 -0
- package/templates/angular/templates/tools/copy-files.mjs +9 -0
- package/templates/astro/c3.ts +50 -0
- package/templates/common/c3.ts +14 -0
- package/templates/common/js/__dot__gitignore +172 -0
- package/templates/common/js/package.json +1 -0
- package/templates/common/js/wrangler.toml +1 -1
- package/templates/common/ts/__dot__gitignore +172 -0
- package/templates/common/ts/package.json +1 -1
- package/templates/common/ts/wrangler.toml +1 -1
- package/templates/docusaurus/c3.ts +27 -0
- package/templates/gatsby/c3.ts +46 -0
- package/templates/hello-world/c3.ts +14 -0
- package/templates/hello-world/js/__dot__gitignore +172 -0
- package/templates/hello-world/js/package.json +1 -0
- package/templates/hello-world/js/wrangler.toml +1 -1
- package/templates/hello-world/ts/__dot__gitignore +172 -0
- package/templates/hello-world/ts/package.json +1 -1
- package/templates/hello-world/ts/wrangler.toml +1 -1
- package/templates/hello-world-durable-object/c3.ts +14 -0
- package/templates/hello-world-durable-object/js/.editorconfig +13 -0
- package/templates/hello-world-durable-object/js/.prettierrc +6 -0
- package/templates/hello-world-durable-object/js/__dot__gitignore +172 -0
- package/templates/hello-world-durable-object/js/package.json +13 -0
- package/templates/hello-world-durable-object/js/src/index.js +65 -0
- package/templates/hello-world-durable-object/js/wrangler.toml +51 -0
- package/templates/hello-world-durable-object/ts/.editorconfig +13 -0
- package/templates/hello-world-durable-object/ts/.prettierrc +6 -0
- package/templates/hello-world-durable-object/ts/__dot__gitignore +172 -0
- package/templates/hello-world-durable-object/ts/package.json +15 -0
- package/templates/hello-world-durable-object/ts/src/index.ts +78 -0
- package/templates/hello-world-durable-object/ts/tsconfig.json +101 -0
- package/templates/hello-world-durable-object/ts/wrangler.toml +51 -0
- package/templates/hono/c3.ts +25 -0
- package/templates/next/c3.ts +213 -0
- package/templates/next/templates.ts +281 -0
- package/templates/nuxt/c3.ts +59 -0
- package/templates/openapi/c3.ts +9 -0
- package/templates/openapi/ts/README.md +25 -0
- package/templates/openapi/ts/__dot__gitignore +171 -0
- package/templates/{chatgptPlugin → openapi}/ts/package.json +5 -3
- package/templates/openapi/ts/src/endpoints/taskCreate.ts +48 -0
- package/templates/openapi/ts/src/endpoints/taskDelete.ts +55 -0
- package/templates/openapi/ts/src/endpoints/taskFetch.ts +74 -0
- package/templates/openapi/ts/src/endpoints/taskList.ts +66 -0
- package/templates/openapi/ts/src/index.ts +29 -0
- package/templates/openapi/ts/src/types.ts +9 -0
- package/templates/openapi/ts/tsconfig.json +32 -0
- package/templates/pre-existing/c3.ts +83 -0
- package/templates/pre-existing/js/.editorconfig +13 -0
- package/templates/pre-existing/js/.prettierrc +6 -0
- package/templates/pre-existing/js/__dot__gitignore +172 -0
- package/templates/pre-existing/js/package.json +13 -0
- package/templates/pre-existing/js/wrangler.toml +3 -0
- package/templates/queues/c3.ts +24 -0
- package/templates/queues/js/__dot__gitignore +172 -0
- package/templates/queues/js/package.json +1 -0
- package/templates/queues/ts/__dot__gitignore +172 -0
- package/templates/queues/ts/package.json +1 -1
- package/templates/qwik/c3.ts +92 -0
- package/templates/react/c3.ts +29 -0
- package/templates/remix/c3.ts +33 -0
- package/templates/scheduled/c3.ts +14 -0
- package/templates/scheduled/js/__dot__gitignore +172 -0
- package/templates/scheduled/js/package.json +1 -0
- package/templates/scheduled/js/wrangler.toml +1 -1
- package/templates/scheduled/ts/__dot__gitignore +172 -0
- package/templates/scheduled/ts/package.json +1 -1
- package/templates/scheduled/ts/wrangler.toml +1 -1
- package/templates/solid/c3.ts +37 -0
- package/templates/solid/js/vite.config.js +12 -0
- package/templates/solid/ts/vite.config.ts +12 -0
- package/templates/svelte/c3.ts +77 -0
- package/templates/svelte/templates.ts +13 -0
- package/templates/vue/c3.ts +27 -0
- package/dist/angular/templates/tools/bundle.mjs +0 -77
- package/dist/angular/templates/tools/copy-client-files.mjs +0 -4
- package/dist/angular/templates/tools/copy-worker-files.mjs +0 -10
- package/dist/angular/templates/tsconfig.server.json +0 -5
- package/templates/chatgptPlugin/ts/.assets/example.png +0 -0
- package/templates/chatgptPlugin/ts/README.md +0 -25
- package/templates/chatgptPlugin/ts/src/index.ts +0 -33
- package/templates/chatgptPlugin/ts/src/search.ts +0 -63
- /package/{dist → templates}/angular/templates/src/_routes.json +0 -0
- /package/{dist → templates}/angular/templates/tools/paths.mjs +0 -0
- /package/templates/{chatgptPlugin → openapi}/ts/wrangler.toml +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.