Project finished

This commit is contained in:
QkoSad
2024-09-30 15:31:42 +03:00
parent ac917e6e26
commit 6c8bfe44cd
10 changed files with 75 additions and 123 deletions
+2 -2
View File
@@ -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": {