mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 14:01:40 +00:00
8 lines
170 B
TypeScript
8 lines
170 B
TypeScript
import betterAuth from "@convex-dev/better-auth/convex.config"
|
|
import { defineApp } from "convex/server"
|
|
|
|
const app = defineApp()
|
|
app.use(betterAuth)
|
|
|
|
export default app
|