diff --git a/nodemon.json b/nodemon.json index ceac23d..5056a43 100644 --- a/nodemon.json +++ b/nodemon.json @@ -1,5 +1,5 @@ { - "watch": ["server.js", "client/src"], - "ext": "js,ts,tsx,jsx,css,json", - "exec": "npm run build && node server.js" + "watch": ["server.js"], + "ext": "js,json", + "exec": "node server.js" }