Skip to content

Commit

Permalink
Removed ts-node and typescript from the Docker image. These should no…
Browse files Browse the repository at this point in the history
…t be necessary.
  • Loading branch information
banban525 committed Dec 3, 2023
1 parent 4ef2e2f commit 93478a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "ts-node server/index.ts",
"build": "tsc --build tsconfig.json",
"start:built": "ts-node .ts-node/index.js",
"start:built": "node .ts-node/index.js",
"test": "jest"
},
"author": "",
Expand All @@ -21,8 +21,6 @@
"express-ejs-layouts": "^2.5.1",
"ip": "^1.1.5",
"mqtt": "^4.2.8",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",
"winston": "^3.8.2"
},
"devDependencies": {
Expand All @@ -35,6 +33,8 @@
"@types/mqtt": "^2.5.0",
"@types/node": "^16.11.10",
"jest": "^29.3.1",
"ts-jest": "^29.0.3"
"ts-jest": "^29.0.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
}
}

0 comments on commit 93478a9

Please sign in to comment.