0
0
Fork 0

Correct config default

This commit is contained in:
Oliver-Akins 2021-03-03 22:24:03 -07:00
parent 50b3efec4c
commit 3af9e6cb90

View file

@ -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`;