feat: calculate used storage

This commit is contained in:
Vasily Zubarev
2025-04-10 15:14:54 +02:00
parent ea8a3295e9
commit 62bad46e58
13 changed files with 87 additions and 25 deletions

View File

@@ -17,6 +17,7 @@ export type UserProfile = {
name: string
email: string
avatar?: string
storageUsed?: number
}
export const auth = betterAuth({