Add new binary update mechanism
All checks were successful
ci / Image build (push) Successful in 50s
ci / Deployment (push) Successful in 11s

This commit is contained in:
Joris Bertomeu
2024-10-01 17:44:39 +02:00
parent b8ae4ca0f0
commit 4802f808cf
5 changed files with 330 additions and 5 deletions

View File

@@ -9,10 +9,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"bull": "^4.16.3",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"express": "^4.21.0",
"fs": "^0.0.1-security",
"path": "^0.12.7"
"path": "^0.12.7",
"tar": "^7.4.3",
"unzipper": "^0.12.3"
}
}