🪢 Refactoring elasticsearch configuration

This commit is contained in:
2022-01-14 09:10:55 -08:00
parent ee4b543991
commit 16a0a8c733
6 changed files with 14025 additions and 2640 deletions

View File

@@ -4,8 +4,8 @@
"description": "My Moleculer-based microservices project",
"scripts": {
"build": "tsc --build tsconfig.json",
"dev": "ts-node ./node_modules/moleculer/bin/moleculer-runner.js --envfile .env/service.env --hot --repl --config moleculer.config.ts services/**/*.service.ts",
"start": "moleculer-runner --envfile .env/service.env --config dist/moleculer.config.js",
"dev": "ts-node ./node_modules/moleculer/bin/moleculer-runner.js --hot --repl --config moleculer.config.ts services/**/*.service.ts",
"start": "moleculer-runner --config dist/moleculer.config.js",
"cli": "moleculer connect NATS",
"ci": "jest --watch",
"test": "jest --coverage",
@@ -29,13 +29,13 @@
"eslint-plugin-prefer-arrow": "^1.2.2",
"jest": "^27.2.5",
"jest-cli": "^27.2.5",
"moleculer-repl": "^0.6.6",
"moleculer-repl": "^0.7.0",
"ts-jest": "^25.3.0",
"ts-node": "^8.8.1",
"typescript": "^3.9.10"
},
"dependencies": {
"@elastic/elasticsearch": "^7.15.0",
"@elastic/elasticsearch": "^7.16.0",
"@root/walk": "^1.1.0",
"@types/jest": "^25.1.4",
"@types/mkdirp": "^1.0.0",
@@ -67,7 +67,7 @@
"node-7z": "^3.0.0",
"node-calibre": "^2.1.1",
"node-unrar-js": "^1.0.2",
"sharp": "^0.28.1",
"sharp": "^0.28.3",
"socket.io": "^4.4.0",
"threetwo-ui-typings": "^1.0.11",
"through2": "^4.0.2",