Add better-auth integration and update dependencies in package.json and bun.lock

This commit is contained in:
2025-10-22 15:13:34 -03:00
parent 9f251b1bc4
commit 577261bf67
22 changed files with 2592 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
import { defineSchema, defineTable } from "convex/server";
import { v } from "convex/values";
import { tables } from "./betterAuth/schema";
export default defineSchema({
...tables,
todos: defineTable({
text: v.string(),
completed: v.boolean(),