refactor: items services to Nestjs

This commit is contained in:
Ahmed Bouhuolia
2024-12-15 15:23:46 +02:00
parent 0a112c5655
commit 87e9cd64e8
21 changed files with 812 additions and 21 deletions

View File

@@ -17,7 +17,7 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
"test:e2e": "jest --config ./test/jest-e2e.json --watchAll"
},
"dependencies": {
"@nestjs/bull": "^10.2.1",
@@ -34,6 +34,8 @@
"@nestjs/throttler": "^6.2.1",
"@types/passport-local": "^1.0.38",
"@types/ramda": "^0.30.2",
"js-money": "^0.6.3",
"accounting": "^0.4.1",
"bull": "^4.16.3",
"bullmq": "^5.21.1",
"cache-manager": "^6.1.1",