fix: update nodemon.json to watch client/src and run full build
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"watch": ["server.js"],
|
"watch": ["server.js", "client/src"],
|
||||||
"ext": "js,json",
|
"ext": "js,ts,tsx,jsx,css,json",
|
||||||
"exec": "node server.js"
|
"exec": "npm run build && node server.js"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user