Define port 3002
Seto Elkahfi committed
Jan 23, 2022 at 08:39 UTC
f1bd26c33501bd629fd860c224a0f4c52f682869
1 file changed
+1
-1
package.json
+1
-1
@@ -25,7 +25,7 @@
25
"typescript": "^3.9.10"
26
},
27
"scripts": {
28
- "start": "react-scripts start",
28
+ "start": "PORT=3002 react-scripts start",
29
"build": "react-scripts build",
30
"test": "react-scripts test",
31
"eject": "react-scripts eject"