Add better-auth integration and update dependencies in package.json and bun.lock
This commit is contained in:
7
packages/backend/convex/convex.config.ts
Normal file
7
packages/backend/convex/convex.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineApp } from "convex/server";
|
||||
import betterAuth from "./betterAuth/convex.config";
|
||||
|
||||
const app = defineApp();
|
||||
app.use(betterAuth);
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user