refactor: migrate authentication from Supabase to Better Auth and update project configuration

This commit is contained in:
Jose Selesan
2026-04-17 08:35:54 -03:00
parent aabd9a8266
commit b3f1b72da4
14 changed files with 87 additions and 332 deletions

View File

@@ -18,7 +18,6 @@
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.2.4",
"@repo/api-contract": "workspace:*",
"@supabase/supabase-js": "^2.101.1",
"@tanstack/react-query": "^5.96.1",
"@tanstack/react-query-devtools": "^5.96.1",
"@tanstack/react-router": "^1.168.10",
@@ -52,4 +51,4 @@
"typescript": "~5.9.3",
"vite": "^8.0.1"
}
}
}