Patch Changes
-
#3345
42f7eb81
Thanks @jculvey! - Usepnpm dlx
instead ofpnpx
for versions of pnpm that support it -
#3435
23be8025
Thanks @sdnts! - Updated wrangler.toml for Workers projects generated by create-cloudflare -
#3496
91135e02
Thanks @petebacondarwin! - fix: ensure that default project name can be usedIf you hit enter when asked for the name of the project, you expect it
to use the default value. But the project name validation was then failing
as it was receiving undefined for the value of the input rather than the
default value.Now the validator will be passed the default if no value was provided.
-
#3474
a72dc0a1
Thanks @elithrar! - Add new Queues and Scheduled (Cron Trigger) Worker templates. -
#3446
ca0bd174
Thanks @admah! - refactor: renamesimple
template tohello-world
in create-cloudflare packageThis change describes the "hello-world" template more accurately.
Also, new e2e tests have been added to validate that Workers templates are created correctly. -
#3359
5eef992f
Thanks @RamIdeas! -wrangler init ... -y
now delegates to C3 without prompts (respects the-y
flag)