mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add useSortedClasses rule to Biome configuration
This commit is contained in:
@@ -65,7 +65,7 @@ export async function setupDatabase(
|
||||
orm === "prisma" &&
|
||||
setupPrismaPostgresDb
|
||||
) {
|
||||
await setupPrismaPostgres(projectDir, true, packageManager);
|
||||
await setupPrismaPostgres(projectDir, packageManager);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user