docs: remove unused import

This commit is contained in:
Bereket Engida
2024-11-04 09:51:38 +03:00
parent 6c1b1d3c6b
commit 49810b6489

View File

@@ -1,8 +0,0 @@
import { betterAuth } from "better-auth";
import Database from "better-sqlite3";
export const auth = betterAuth({
database: new Database("database.db"),
});
export type Session = typeof auth.$Infer.Session;