Skip to content

Commit

Permalink
add package changement
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-science committed May 21, 2021
1 parent 3044912 commit 6f46114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6f46114

Please sign in to comment.