organize code

This commit is contained in:
Aman Varshney
2025-02-20 19:14:28 +05:30
parent 9032a598d0
commit f804a9efda
16 changed files with 451 additions and 282 deletions

View File

@@ -52,6 +52,8 @@ export async function createProject(options: ProjectConfig) {
if (options.database === "sqlite") {
await setupTurso(projectDir);
} else if (options.database === "postgres") {
// Handle postgres setup
}
const installDepsResponse = await confirm({