refactor: migrate authentication from Supabase to Better Auth and update Prisma schema models

This commit is contained in:
Jose Selesan
2026-04-16 20:05:08 -03:00
parent bd30b32b49
commit f158845279
28 changed files with 1275 additions and 608 deletions

View File

@@ -24,6 +24,7 @@
"@tanstack/react-router": "^1.168.10",
"@tanstack/router-devtools": "^1.166.11",
"axios": "^1.14.0",
"better-auth": "^1.6.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
@@ -51,4 +52,4 @@
"typescript": "~5.9.3",
"vite": "^8.0.1"
}
}
}