feat: init Better Auth and DB
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { betterAuth } from "better-auth";
|
||||
import Database from "better-sqlite3";
|
||||
|
||||
export const auth = betterAuth({
|
||||
database: new Database("./sqlite.db"),
|
||||
});
|
||||
Reference in New Issue
Block a user