Reduce backend image push size
All checks were successful
Build and deploy Backend / build (push) Successful in 3m54s

This commit is contained in:
Ruslan Bakiev
2026-05-08 18:47:51 +07:00
parent 11470cd086
commit a0627f6f2c
4 changed files with 7 additions and 92 deletions

View File

@@ -26,12 +26,12 @@
"fastify": "^5.8.5",
"graphql": "^16.13.2",
"mercurius": "^16.9.0",
"pg": "^8.20.0"
"pg": "^8.20.0",
"prisma": "^7.8.0"
},
"devDependencies": {
"@types/node": "^25.6.0",
"@types/pg": "^8.20.0",
"prisma": "^7.8.0",
"tsx": "^4.21.0",
"typescript": "^6.0.3"
}