feat: increase upload size limit (#962)

This commit is contained in:
Jérémy M
2023-07-27 18:07:38 +02:00
committed by GitHub
parent 58530be78b
commit e90f44bbfb
5 changed files with 30 additions and 3 deletions

View File

@ -51,6 +51,8 @@
"apollo-server-express": "^3.12.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"bytes": "^3.1.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"date-fns": "^2.30.0",
@ -82,6 +84,7 @@
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@types/bcrypt": "^5.0.0",
"@types/bytes": "^3.1.1",
"@types/date-fns": "^2.6.0",
"@types/express": "^4.17.13",
"@types/graphql-upload": "^8.0.12",