1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

feat(api): deployment through zipped/compressed file

This commit is contained in:
Saad Jutt
2022-06-16 00:56:51 +05:00
parent a61adbcac2
commit b81d742c6c
9 changed files with 432 additions and 4 deletions

View File

@@ -64,6 +64,7 @@
"morgan": "^1.10.0",
"multer": "^1.4.3",
"swagger-ui-express": "4.3.0",
"unzipper": "^0.10.11",
"url": "^0.10.3"
},
"devDependencies": {
@@ -81,6 +82,7 @@
"@types/node": "^15.12.2",
"@types/supertest": "^2.0.11",
"@types/swagger-ui-express": "^4.1.3",
"@types/unzipper": "^0.10.5",
"dotenv": "^10.0.0",
"http-headers-validation": "^0.0.1",
"jest": "^27.0.6",