Files
drive/packages/convex/convex.config.ts

8 lines
159 B
TypeScript
Raw Permalink Normal View History

import { defineApp } from "convex/server"
import betterAuth from "./betterauth/convex.config"
const app = defineApp()
app.use(betterAuth)
export default app