feat: encapsulate identity with better-auth
This commit is contained in:
4
platform/database/client.ts
Normal file
4
platform/database/client.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { config } from "./config.ts";
|
||||
import { getMongoClient } from "./connection.ts";
|
||||
|
||||
export const mongo = getMongoClient(config.mongo);
|
||||
Reference in New Issue
Block a user