fix: better cli errors and database deps

This commit is contained in:
Bereket Engida
2024-09-30 14:30:57 +03:00
committed by GitHub
parent 4de528bb1e
commit 1534e78de1
17 changed files with 230 additions and 56 deletions

View File

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