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

@@ -9,7 +9,8 @@
],
"catalog": {
"convex": "^1.27.0",
"typescript": "^5.9.2"
"typescript": "^5.9.2",
"better-auth": "1.3.27"
}
},
"scripts": {
@@ -22,7 +23,6 @@
"dev:server": "turbo -F @sgse-app/backend dev",
"dev:setup": "turbo -F @sgse-app/backend dev:setup"
},
"dependencies": {},
"devDependencies": {
"turbo": "^2.5.4",
"@biomejs/biome": "^2.2.0"