From f42f42223dd201c094e8087fa158316c1f5a5ba9 Mon Sep 17 00:00:00 2001 From: lucas-science <52750644+lucas-science@users.noreply.github.com> Date: Fri, 21 May 2021 11:45:35 +0200 Subject: [PATCH] Update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}