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"
|
||||||
},
|
},
|
||||||
@ -35,4 +35,4 @@
|
|||||||
"simple-json-db": "^2.0.0",
|
"simple-json-db": "^2.0.0",
|
||||||
"socket.io": "^4.6.1"
|
"socket.io": "^4.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user