chore: update docs hero

This commit is contained in:
Bereket Engida
2024-11-18 20:26:46 +03:00
parent 49ad5af257
commit bbb88fe877

View File

@@ -25,7 +25,7 @@ const tabs: { name: "auth.ts" | "client.ts"; code: string }[] = [
name: "auth.ts",
code: `export const auth = betterAuth({
database: new Pool({
connectionString: process.env.DATABASE_URL,
connectionString: DATABASE_URL,
}),
emailAndPassword: {
enabled: true,