From a1b74ec195813ac2a771549ef55db367d7231d76 Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Fri, 15 May 2026 19:17:31 +0300 Subject: [PATCH] fix: add @types/bcryptjs for build --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 78a67e4..10d0c70 100644 --- a/package.json +++ b/package.json @@ -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" } }