Improve parkio, add domainrproxy

This commit is contained in:
2023-09-18 17:39:14 -06:00
parent 6aed764160
commit 3e3b1c46fc
13 changed files with 327 additions and 43 deletions

View File

@@ -20,6 +20,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.0",
@@ -28,6 +29,8 @@
"@nestjs/swagger": "^7.1.11",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"cache-manager": "^5.2.3",
"hbs": "^4.2.0",
"minio": "^7.1.3",
"ramda": "^0.29.0",
"reflect-metadata": "^0.1.13",