mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
refactor(cli): simplify database selection flags
This commit is contained in:
@@ -50,7 +50,7 @@ export async function createProject(options: ProjectConfig) {
|
||||
|
||||
await tasks(tasksList);
|
||||
|
||||
if (options.database === "libsql") {
|
||||
if (options.database === "sqlite") {
|
||||
await setupTurso(projectDir);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user