feat: finish Better Auth config

This commit is contained in:
2026-05-21 04:28:17 +07:00
parent eed376cf5b
commit d97dcc8838
3 changed files with 18 additions and 0 deletions
+3
View File
@@ -3,4 +3,7 @@ import Database from "better-sqlite3";
export const auth = betterAuth({
database: new Database("./sqlite.db"),
emailAndPassword: {
enabled: true,
},
});