Skip to content

Commit 3078627

Browse files
committed
updated port to 3000
1 parent c47d750 commit 3078627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"scripts": {
4646
"heroku-postbuild": "npm run build",
47-
"start": "serve -s build",
47+
"start": "serve -s build -l 3000",
4848
"build": "CI=false && set \"CI=false\" && react-scripts build",
4949
"test": "react-scripts test",
5050
"eject": "react-scripts eject"

0 commit comments

Comments
 (0)