create-cloudflare 2.29.2 → 2.29.3
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 -1
- package/dist/cli.js +1805 -2127
- package/package.json +4 -4
- package/templates/common/ts/tsconfig.json +37 -95
- package/templates/hello-world/ts/tsconfig.json +36 -95
- package/templates/hello-world-durable-object/ts/tsconfig.json +36 -95
- package/templates/queues/ts/tsconfig.json +36 -95
- package/templates/scheduled/ts/tsconfig.json +36 -95
- package/templates-experimental/hello-world-durable-object-with-assets/ts/tsconfig.json +36 -95
- package/templates-experimental/hello-world-with-assets/ts/tsconfig.json +36 -95
- package/templates-experimental/remix/c3.ts +1 -1
package/README.md
CHANGED
|
@@ -7,4 +7,4 @@ For more details on how to use the create-cloudflare CLI (C3) please visit the [
|
|
|
7
7
|
### Community
|
|
8
8
|
|
|
9
9
|
- Join us [on Discord](https://discord.cloudflare.com)
|
|
10
|
-
- File an issue [on
|
|
10
|
+
- File an issue [on GitHub](https://github.com/cloudflare/workers-sdk/issues/new/choose)
|