🩹Added configuration from env variables for cli

Fixed cli tolls lib for node 22
This commit is contained in:
Anton SHEPILOV
2025-04-07 22:44:46 +02:00
committed by Anton Shepilov
parent 22e30d20fb
commit 373a28ecc8
5 changed files with 178 additions and 49 deletions
+2 -2
View File
@@ -63,7 +63,6 @@
"@types/analytics-node": "^3.1.5",
"@types/archiver": "^6.0.3",
"@types/bcrypt": "^5.0.0",
"@types/cli-interact": "^0.1.4",
"@types/cli-table": "^0.3.0",
"@types/config": "0.0.36",
"@types/eslint": "^7.2.3",
@@ -81,6 +80,7 @@
"@types/pino": "^7.0.5",
"@types/pump": "^1.1.1",
"@types/random-useragent": "^0.3.1",
"@types/readline-sync": "^1.4.8",
"@types/socket.io-client": "^1.4.36",
"@types/unzipper": "^0.10.9",
"@types/uuid": "^8.3.0",
@@ -134,7 +134,6 @@
"bcrypt": "^5.0.1",
"clamscan": "^2.4.0",
"class-transformer": "^0.3.1",
"cli-interact": "^0.1.9",
"cli-table": "^0.3.6",
"config": "^3.3.2",
"deep-object-diff": "^1.1.0",
@@ -174,6 +173,7 @@
"probe-image-size": "^7.2.3",
"pump": "^3.0.0",
"random-useragent": "^0.5.0",
"readline-sync": "^1.4.10",
"redis": "3",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.3",