mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 15:42:09 -05:00
chore: update docs hero
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user