Switch the default DB choice to SQLite
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
@@ -110,7 +110,7 @@ export default async (cmd: Command): Promise<void> => {
|
||||
name: 'dbType',
|
||||
message: chalk.blue('Select database for the backend [required]'),
|
||||
// @ts-ignore
|
||||
choices: ['PostgreSQL', 'SQLite'],
|
||||
choices: ['SQLite', 'PostgreSQL'],
|
||||
},
|
||||
];
|
||||
const answers: Answers = await inquirer.prompt(questions);
|
||||
|
||||
Reference in New Issue
Block a user