changed default port to 8009

This commit is contained in:
Ava DeCroix
2023-04-27 14:15:37 -04:00
parent 56d6c4adb7
commit 3e468738c2

View File

@@ -12,7 +12,7 @@
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "PORT=8009 react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"