Skip to content

Commit

Permalink
fix: remove --ts default (#6360)
Browse files Browse the repository at this point in the history
which conflicts with --lang also being defaulted
  • Loading branch information
RamIdeas authored Jul 29, 2024
1 parent 5ca4443 commit 19c0672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-cloudflare/src/helpers/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const C3_DEFAULTS: C3Args = {
deploy: true,
git: true,
open: true,
ts: true,
lang: "ts",
template:
"cloudflare/workers-sdk/packages/create-cloudflare/templates/hello-world",
Expand Down

0 comments on commit 19c0672

Please sign in to comment.