Oprava nodemon hotreload
This commit is contained in:
parent
2883e80658
commit
e4a146995f
@ -6,7 +6,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "ts-node src/index.ts",
|
"start": "ts-node src/index.ts",
|
||||||
"startReload": "nodemon src/index.ts",
|
"startReload": "nodemon --watch src src/index.ts",
|
||||||
"build": "tsc -p .",
|
"build": "tsc -p .",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user