diff --git a/node-client/index.js b/node-client/index.js index eb24125..0863c41 100644 --- a/node-client/index.js +++ b/node-client/index.js @@ -1 +1 @@ -require("./dist/src/app.js"); +require("./dist/app.js"); diff --git a/node-client/package.json b/node-client/package.json index 1f44c23..6c18661 100644 --- a/node-client/package.json +++ b/node-client/package.json @@ -65,6 +65,7 @@ "lint-staged": "^15.2.10", "npm-run-all": "^4.1.5", "ts-node": "^10.9.2", - "tsc-watch": "^6.2.0" + "tsc-watch": "^6.2.0", + "winston": "^3.14.2" } }