mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 22:11:39 +00:00
8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
import { defineApp } from "convex/server"
|
|
import betterAuth from "./betterauth/convex.config"
|
|
|
|
const app = defineApp()
|
|
app.use(betterAuth)
|
|
|
|
export default app
|