Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 106c87e

Browse files
Merge pull request #7 from russell-ingram/master
Removing PORT from the npm start because it breaks on Windows
2 parents 1d29533 + e1b71cd commit 106c87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-scripts": "^3.0.0"
2525
},
2626
"scripts": {
27-
"start": "PORT=3001 react-scripts start",
27+
"start": "react-scripts start",
2828
"build": "react-scripts build",
2929
"test": "react-scripts test --env=jsdom",
3030
"eject": "react-scripts eject",

0 commit comments

Comments
 (0)