|
@@ -17,7 +17,7 @@
|
|
|
"fsevents": "^2.1.2"
|
|
"fsevents": "^2.1.2"
|
|
|
},
|
|
},
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
- "start": "PORT=5000 react-scripts start",
|
|
|
|
|
|
|
+ "start": "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"
|
|
@@ -25,7 +25,7 @@
|
|
|
"eslintConfig": {
|
|
"eslintConfig": {
|
|
|
"extends": "react-app"
|
|
"extends": "react-app"
|
|
|
},
|
|
},
|
|
|
- "proxy": "http://server:3000",
|
|
|
|
|
|
|
+ "proxy": "http://backend:3000",
|
|
|
"browserslist": {
|
|
"browserslist": {
|
|
|
"production": [
|
|
"production": [
|
|
|
">0.2%",
|
|
">0.2%",
|