refactor(cli): simplify database selection flags

This commit is contained in:
Aman Varshney
2025-02-18 09:59:17 +05:30
parent 6d03d6b97e
commit 64fc644235
7 changed files with 19 additions and 11 deletions

View File

@@ -50,7 +50,7 @@ export async function createProject(options: ProjectConfig) {
await tasks(tasksList);
if (options.database === "libsql") {
if (options.database === "sqlite") {
await setupTurso(projectDir);
}