forked from noxious/client
Debug
This commit is contained in:
parent
2d8c421ac6
commit
c369719564
@ -72,6 +72,10 @@ export const useGameStore = defineStore('game', {
|
|||||||
this.uiSettings.isCharacterProfileOpen = !this.uiSettings.isCharacterProfileOpen
|
this.uiSettings.isCharacterProfileOpen = !this.uiSettings.isCharacterProfileOpen
|
||||||
},
|
},
|
||||||
initConnection() {
|
initConnection() {
|
||||||
|
console.log('initConnection')
|
||||||
|
console.log(config.server_endpoint)
|
||||||
|
console.log(config.environment)
|
||||||
|
console.log(config.environment === 'production')
|
||||||
this.connection = io(config.server_endpoint, {
|
this.connection = io(config.server_endpoint, {
|
||||||
secure: (config.environment === 'production'),
|
secure: (config.environment === 'production'),
|
||||||
withCredentials: true,
|
withCredentials: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user