mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
fix: better cli errors and database deps
This commit is contained in:
@@ -3,6 +3,6 @@ import { betterAuth } from "better-auth";
|
||||
export const auth = betterAuth({
|
||||
database: {
|
||||
provider: "sqlite",
|
||||
url: "bun-auth.db",
|
||||
url: "./db.db",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user