Skip to content

Commit

Permalink
Fix wrangler init defaulting to the wrong type (#4092)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored Oct 3, 2023
1 parent 811730d commit 3e9e2f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-cloudflare/src/helpers/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ export const C3_DEFAULTS = {

export const WRANGLER_DEFAULTS = {
...C3_DEFAULTS,
type: "hello-world",
deploy: false,
};

0 comments on commit 3e9e2f5

Please sign in to comment.