Files
mcsleepingserverstarter/nodemon.json
T
2021-04-02 15:45:28 +00:00

6 lines
102 B
JSON

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