Skip to content

Commit

Permalink
fix: updated default option for dbProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
xelacast committed May 4, 2024
1 parent 977dc77 commit a039b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const runCli = async (): Promise<CliResults> => {
`Choose a database provider to use. Possible values: ${databaseProviders.join(
", "
)}`,
defaultOptions.flags.importAlias
defaultOptions.flags.dbProvider
)
.option(
"--appRouter [boolean]",
Expand Down

0 comments on commit a039b9d

Please sign in to comment.