Skip to content

Commit

Permalink
Change port back to default port
Browse files Browse the repository at this point in the history
  • Loading branch information
catherinekago committed Aug 27, 2021
1 parent ccf565f commit c08e0ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "set PORT=10020 && react-scripts start",
"start": "set PORT=3000 && react-scripts start",
"build": "PORT=10020 react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down
Empty file removed src/accuracy.json
Empty file.

0 comments on commit c08e0ef

Please sign in to comment.