Skip to content

Commit be8c3ef

Browse files
B4nanclaude
andauthored
chore: replace nodemon with tsx watch (#123)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 98e9f5a commit be8c3ef

File tree

4 files changed

+6
-268
lines changed

4 files changed

+6
-268
lines changed

nodemon-debug.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

nodemon.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"scripts": {
88
"format": "prettier --write \"src/**/*.ts\"",
99
"start": "tsx src/main.ts",
10-
"start:dev": "nodemon",
11-
"start:debug": "nodemon --config nodemon-debug.json",
10+
"start:dev": "tsx watch src/main.ts",
11+
"start:debug": "tsx watch --inspect src/main.ts",
1212
"prestart:prod": "rimraf dist && tsc",
1313
"start:prod": "node dist/main.js",
1414
"start:hmr": "node dist/server",
@@ -38,7 +38,6 @@
3838
"@types/express": "^5.0.0",
3939
"@types/node": "^24.0.0",
4040
"@types/supertest": "^7.0.0",
41-
"nodemon": "^3.0.3",
4241
"prettier": "^3.2.5",
4342
"rimraf": "^6.0.0",
4443
"supertest": "^7.0.0",

0 commit comments

Comments
 (0)