mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -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'"
|
||||
},
|
||||
"homepage": "/app",
|
||||
"proxy": "http://localhost:4000",
|
||||
"proxy": "http://127.0.0.1:4000",
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue