add download apis to stream zip from blob storage

This commit is contained in:
Rob Herley
2023-08-21 21:23:54 +00:00
committed by GitHub
parent 7b617c260d
commit 9b383229c1
4 changed files with 294 additions and 5 deletions

View File

@@ -50,7 +50,8 @@
"archiver": "^5.3.1",
"crypto": "^1.0.1",
"jwt-decode": "^3.1.2",
"twirp-ts": "^2.5.0"
"twirp-ts": "^2.5.0",
"unzipper": "^0.10.14"
},
"devDependencies": {
"@types/archiver": "^5.3.2",