Minor Changes
- #11684
f1f036cThanks @ascorbic! - Add--variantCLI argument to select framework variants non-interactively. This allows users to skip the variant selection prompt when creating React projects by specifying the variant directly, for example:npm create cloudflare my-app -- --framework=react --platform=workers --variant=react-ts.
Patch Changes
-
#11662
1be6bfeThanks @pombosilva! - Generate Workflow name based on worker name in hello-world-workflows template.Previously, the hello-world-workflows template defaulted to the workflow name
workflows-hello-world. This caused deployments to overwrite existing workflows when
users forgot to change the name, since workflow names must be unique. The workflow
name is now generated from the worker name.