|
@@ -92,7 +92,7 @@
|
|
|
"react-scripts": "^3.4.0"
|
|
|
},
|
|
|
"scripts": {
|
|
|
- "start": "react-scripts start",
|
|
|
+ "start": "PORT=8006 react-scripts start",
|
|
|
"build": "react-scripts build",
|
|
|
"test": "react-scripts test",
|
|
|
"test:cov": "npm test -- --coverage --watchAll=false",
|