feat: implement authentication system with email verification, user management dashboard, and administrative business controls
Some checks failed
Build and Push App / build (push) Failing after 1m9s

This commit is contained in:
2026-04-26 22:46:32 +02:00
parent 31fa2fcde3
commit 281fb764c4
19 changed files with 999 additions and 561 deletions

View File

@@ -55,6 +55,7 @@
"jiti": "^2.6.1",
"lucide-react": "^0.554.0",
"next": "^16.1.6",
"nodemailer": "^8.0.6",
"pg": "^8.19.0",
"postcss": "^8.5.10",
"prisma": "6.19.3",
@@ -67,6 +68,7 @@
"typescript": "~5.8.2"
},
"devDependencies": {
"@types/nodemailer": "^8.0.0",
"concurrently": "^9.2.1"
},
"engines": {