fix: add @types/bcryptjs for build

This commit is contained in:
AyrisAI
2026-05-15 19:17:31 +03:00
parent 6f04e39bf3
commit a1b74ec195

View File

@@ -34,6 +34,7 @@
"@prisma/config": "^7.8.0",
"@types/pg": "^8.11.0",
"tsx": "^4.19.0",
"dotenv": "^16.4.5"
"dotenv": "^16.4.5",
"@types/bcryptjs": "^2.4.6"
}
}