mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
refactor: use betterauth instead of workos
This commit is contained in:
7
packages/convex/convex.config.ts
Normal file
7
packages/convex/convex.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import betterAuth from "@convex-dev/better-auth/convex.config"
|
||||
import { defineApp } from "convex/server"
|
||||
|
||||
const app = defineApp()
|
||||
app.use(betterAuth)
|
||||
|
||||
export default app
|
||||
Reference in New Issue
Block a user