Improve CLI prompts and template cleanup

This commit is contained in:
Aman Varshney
2025-03-18 17:28:37 +05:30
parent 83168410d7
commit 640e64ef46
8 changed files with 16 additions and 31 deletions

View File

@@ -4,6 +4,6 @@ import prisma from "../db";
export const auth = betterAuth({
database: prismaAdapter(prisma, {
provider: "sqlite", // or "mysql", "postgresql", ...etc
provider: "sqlite",
}),
});