Fixing after react update

This commit is contained in:
QkoSad
2023-05-05 23:10:06 +03:00
parent 21fa38cc4d
commit d069e56397
45 changed files with 550 additions and 31 deletions
+8
View File
@@ -20,7 +20,11 @@
"web-vitals": "^2.1.4"
},
"scripts": {
<<<<<<< HEAD
"start": "react-scripts start --openssl-legacy-provider start",
=======
"start": "react-scripts start",
>>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
@@ -43,5 +47,9 @@
"last 1 safari version"
]
},
<<<<<<< HEAD
"proxy":"http://localhost:5000"
=======
"proxy":"http://localhost:5000/"
>>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb
}