Correct config default
This commit is contained in:
parent
50b3efec4c
commit
3af9e6cb90
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@ export const websocket_uri = `/`;
|
||||||
* The websocket URI that Socket.IO tries to connect to when live-serving the
|
* The websocket URI that Socket.IO tries to connect to when live-serving the
|
||||||
* site via webpack.
|
* site via webpack.
|
||||||
*/
|
*/
|
||||||
export const dev_websocket_uri = 8081;
|
export const dev_websocket_uri = `http://${window.location.hostname}:8081`;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue