diff --git a/glebby-client/src/App.vue b/glebby-client/src/App.vue index 64baaac..4a6a48b 100644 --- a/glebby-client/src/App.vue +++ b/glebby-client/src/App.vue @@ -11,6 +11,7 @@ export default { Game }, data(): { ws: WebSocket, model: any } { + console.log(import.meta.env.VITE_GLEBBY_SERVER_URL) return { ws: new WebSocket(import.meta.env.VITE_GLEBBY_SERVER_URL), model: null diff --git a/glebby-client/src/components/Game.vue b/glebby-client/src/components/Game.vue index a3eeef6..c1cae71 100644 --- a/glebby-client/src/components/Game.vue +++ b/glebby-client/src/components/Game.vue @@ -128,7 +128,7 @@ export default defineComponent({