diff --git a/package.json b/package.json index 515638e..2a1fbce 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,11 @@ "web-vitals": "^0.2.4" }, "scripts": { + "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", - "start": "node server.js" + "watch": "nodemon ./server.js" }, "proxy": "http://localhost:4000", "eslintConfig": { @@ -54,4 +55,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +}