Files
mcsleepingserverstarter/nodemon.json
T
2021-08-26 17:18:50 +02:00

10 lines
125 B
JSON

{
"watch": [
"./src"
],
"ext": "ts,json,hbs",
"ignore": [
""
],
"exec": "npm start"
}