main
Some checks failed
Backend Deploy 🚀 / build-and-deploy (push) Has been cancelled

This commit is contained in:
Harun CAN
2026-04-05 20:37:15 +03:00
parent 9f17ced37d
commit 9486f86cca
22 changed files with 2175 additions and 29 deletions

View File

@@ -21,7 +21,6 @@
"db:migrate": "npx prisma migrate deploy",
"db:reset": "npx prisma migrate reset --force"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.964.0",
"@google/genai": "^1.35.0",
@@ -39,6 +38,7 @@
"@nestjs/throttler": "^6.5.0",
"@nestjs/websockets": "^11.1.17",
"@prisma/client": "^5.22.0",
"@types/sharp": "^0.32.0",
"bcrypt": "^6.0.0",
"bullmq": "^5.66.4",
"cache-manager": "^7.2.7",
@@ -57,6 +57,7 @@
"prisma": "^5.22.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"sharp": "^0.34.5",
"socket.io": "^4.8.3",
"stripe": "^21.0.1",
"zod": "^4.3.5"