mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add express, automated mongodb atlas setup, fix stack architech
This commit is contained in:
@@ -54,8 +54,9 @@ export async function createProject(options: ProjectConfig): Promise<string> {
|
||||
options.database,
|
||||
options.orm,
|
||||
options.packageManager,
|
||||
options.turso ?? options.database === "sqlite",
|
||||
options.prismaPostgres,
|
||||
options.dbSetup === "turso",
|
||||
options.dbSetup === "prisma-postgres",
|
||||
options.dbSetup === "mongodb-atlas",
|
||||
);
|
||||
|
||||
await setupAuthTemplate(
|
||||
|
||||
Reference in New Issue
Block a user