From 6f461146a2221bf61dc54a02fe577c8faf7e1d8f Mon Sep 17 00:00:00 2001 From: lucas-science Date: Fri, 21 May 2021 11:45:47 +0200 Subject: [PATCH] add package changement --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 515638e..76940ce 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": {