diff --git a/nodemon.json b/nodemon.json deleted file mode 100644 index 053fde7d6..000000000 --- a/nodemon.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "watch": ["src"], - "ext": "ts", - "exec": "concurrently \"npx tsc --watch\" \"ts-node src/server.ts\"" -} diff --git a/package.json b/package.json index b2f38206c..cd85e2c57 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "husky": "^4.3.8", "lint-staged": "^15.2.2", "lodash": "^4.17.21", - "nodemon": "^3.0.2", "prettier": "^2.4.1", "tsx": "^4.7.1", "typescript": "^5.3.3",