mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 13:01:46 -07:00
chore: fix react dev proxy on some devices
This commit is contained in:
parent
0df252378d
commit
d67a587db0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
"analyze": "source-map-explorer 'build/static/js/*.js'"
|
"analyze": "source-map-explorer 'build/static/js/*.js'"
|
||||||
},
|
},
|
||||||
"homepage": "/app",
|
"homepage": "/app",
|
||||||
"proxy": "http://localhost:4000",
|
"proxy": "http://127.0.0.1:4000",
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue