feat: add clerk integration to next-template

This commit is contained in:
afiqzudinhadi 2025-06-23 16:32:05 +08:00
parent 14ef2719c7
commit a5faf21953
6 changed files with 112 additions and 3 deletions

View file

@ -12,6 +12,7 @@
"clean": "rm -rf .next"
},
"dependencies": {
"@clerk/nextjs": "^6.22.0",
"@repo/logger": "*",
"@repo/ui": "*",
"next": "^15.3.0",