Add better-auth integration and update dependencies in package.json and bun.lock
This commit is contained in:
16
packages/auth/package.json
Normal file
16
packages/auth/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@sgse-app/auth",
|
||||
"version": "1.0.0",
|
||||
"scripts": {},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.3.0",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"dependencies": {
|
||||
"convex": "catalog:",
|
||||
"better-auth": "catalog:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user