1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-09 04:25:18 +02:00

Fixed bug with overwriting opened tabs. Added proxy for websocket

This commit is contained in:
unknown 2021-06-10 13:05:55 +02:00
parent 936da301b8
commit 78de8752c6
9 changed files with 60 additions and 114 deletions

View file

@ -15,6 +15,7 @@
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"axios": "^0.21.1",
"http-proxy-middleware": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
@ -50,6 +51,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:5005"
}
}