mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Improve CLI prompts and template cleanup
This commit is contained in:
@@ -4,6 +4,6 @@ import prisma from "../db";
|
||||
|
||||
export const auth = betterAuth({
|
||||
database: prismaAdapter(prisma, {
|
||||
provider: "sqlite", // or "mysql", "postgresql", ...etc
|
||||
provider: "sqlite",
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user