mirror of
https://github.com/kennethnym/freya
synced 2026-06-23 09:55:09 +01:00
wip convo ui
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { expo } from "@better-auth/expo"
|
||||
import { betterAuth } from "better-auth"
|
||||
import { drizzleAdapter } from "better-auth/adapters/drizzle"
|
||||
import { admin } from "better-auth/plugins"
|
||||
@@ -32,7 +33,7 @@ export function createAuth(db: Database) {
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [admin()],
|
||||
plugins: [admin(), expo()],
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user