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

fix(appstream): should serve only new files for same app stream name with new deployment

This commit is contained in:
Saad Jutt
2022-06-02 04:17:12 +05:00
parent a8ba378fd1
commit e6d1989847
5 changed files with 104 additions and 15 deletions

View File

@@ -63,7 +63,8 @@
"mongoose-sequence": "^5.3.1",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"swagger-ui-express": "4.3.0"
"swagger-ui-express": "4.3.0",
"url": "^0.10.3"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",