Skip to content

Commit

Permalink
Update run.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored May 3, 2022
1 parent 8724e02 commit 6ad0362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remix-dev/cli/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ export async function run(argv: string[] = process.argv.slice(2)) {
name: "appType",
type: "list",
message: "What type of app do you want to create?",
default: "template",
when() {
return flags.template === undefined;
},
Expand Down

0 comments on commit 6ad0362

Please sign in to comment.