refactor base auth
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { defineApp } from "convex/server";
|
||||
import betterAuth from "./betterAuth/convex.config";
|
||||
import betterAuth from "@convex-dev/better-auth/convex.config";
|
||||
|
||||
const app = defineApp();
|
||||
app.use(betterAuth);
|
||||
|
||||
Reference in New Issue
Block a user