refactor base auth

This commit is contained in:
2025-11-07 10:33:48 -03:00
parent 6f4df44a00
commit 57dd9492ef
14 changed files with 1176 additions and 1580 deletions

View File

@@ -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);