This commit is contained in:
Bereket Engida
2024-09-20 13:31:28 +03:00
parent 485c297f58
commit 0fbc3dc8d1
31 changed files with 1544 additions and 64 deletions

8
dev/express/auth.ts Normal file
View File

@@ -0,0 +1,8 @@
import { betterAuth } from "better-auth";
export const auth = betterAuth({
database: {
provider: "sqlite",
url: "./db.sqlite",
},
});