fix: Export isAuthenticated from convex/auth.ts to resolve a missing export error and add jose as a new dependency.

This commit is contained in:
2026-02-03 18:45:41 +00:00
parent 549f74c10b
commit 7c6d1cd681
5 changed files with 30 additions and 5 deletions

View File

@@ -30,6 +30,7 @@
"clsx": "^2.1.1",
"convex": "^1.31.7",
"framer-motion": "^12.31.0",
"jose": "^6.1.3",
"lucide-react": "^0.563.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.1.0",