chore: fix react dev proxy on some devices

This commit is contained in:
dec0dOS 2022-06-12 16:34:26 +03:00
parent 0df252378d
commit d67a587db0

View file

@ -31,7 +31,7 @@
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"homepage": "/app",
"proxy": "http://localhost:4000",
"proxy": "http://127.0.0.1:4000",
"eslintConfig": {
"extends": "react-app"
},