mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 04:19:26 +00:00
9 lines
137 B
TypeScript
9 lines
137 B
TypeScript
import { betterAuth } from "better-auth";
|
|
|
|
export const auth = betterAuth({
|
|
database: {
|
|
provider: "sqlite",
|
|
url: "./db.db",
|
|
},
|
|
});
|