Files
hireflow/nodemon.json

6 lines
123 B
JSON

{
"watch": ["server.js", "client/src"],
"ext": "js,ts,tsx,jsx,css,json",
"exec": "npm run build && node server.js"
}