Project finished
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
"name": "feed-app",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"proxy":"http://localhost:5000",
|
||||
"proxy": "http://localhost:4000",
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
@@ -22,7 +22,7 @@
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"server": "json-server --watch db.json --port 5000",
|
||||
"server": "json-server --watch db.json --port 4000",
|
||||
"dev": "concurrently \"npm run server\" \"npm start\""
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
Reference in New Issue
Block a user