Skip to content

Commit

Permalink
Merge branch 'hotfix/change-start-server-to-default-port-3000'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfariakof committed Dec 15, 2023
2 parents 6cf93c2 + d2f071f commit 87a4eed
Showing 1 changed file 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 @@ -3,7 +3,7 @@
"version": "1.1.4",
"private": true,
"scripts": {
"start": "set PORT=80 && react-scripts start",
"start": "react-scripts start",
"start:prod": "set BABEL_ENV=production && set NODE_ENV=production && set PORT=80 && react-scripts start",
"build": "react-scripts build",
"test": "jest --no-cache --bail",
Expand Down

0 comments on commit 87a4eed

Please sign in to comment.