mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
hangover sync
This commit is contained in:
parent
667666e53f
commit
e763058ece
8 changed files with 48 additions and 15 deletions
|
@ -33,7 +33,14 @@
|
|||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"proxy": "http://localhost:6769",
|
||||
"proxy": {
|
||||
"/api": {
|
||||
"target": "http://localhost:6769"
|
||||
},
|
||||
"/api/socket.io": {
|
||||
"target": "ws://localhost:6769/socket.io",
|
||||
"ws": true
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^4.14.0",
|
||||
"eslint-config-standard": "^11.0.0-beta.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue