🏗️ Refactor for import of downloaded comics to use socket.io

This commit is contained in:
2022-12-21 21:04:40 -08:00
parent fe4ba87256
commit 6a4cf1d82f
6 changed files with 147 additions and 131 deletions

View File

@@ -73,7 +73,6 @@
"mongoose-paginate-v2": "^1.3.18",
"nats": "^1.3.2",
"node-calibre": "^2.1.1",
"node-unrar-js": "^1.0.5",
"opds-extra": "^3.0.9",
"p7zip-threetwo": "^1.0.4",
"sanitize-filename-ts": "^1.0.2",
@@ -85,7 +84,7 @@
"xml2js": "^0.4.23"
},
"engines": {
"node": ">= 10.x.x"
"node": ">= 18.x.x"
},
"jest": {
"coverageDirectory": "<rootDir>/coverage",