Oprava nodemon hotreload

This commit is contained in:
Martin Berka 2024-02-26 20:16:11 +01:00
parent 2883e80658
commit e4a146995f

View File

@ -6,7 +6,7 @@
"private": true,
"scripts": {
"start": "ts-node src/index.ts",
"startReload": "nodemon src/index.ts",
"startReload": "nodemon --watch src src/index.ts",
"build": "tsc -p .",
"test": "jest"
},