Merge branch 'development'
This commit is contained in:
commit
e20d5a4c50
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ const useStorage = defineStore('storageStore', () => {
|
|||
}
|
||||
|
||||
// socket.io zone
|
||||
const socket = io('http://localhost:25565')
|
||||
const socket = io(import.meta.env.VITE_API_HOST)
|
||||
|
||||
socket.on('connect', () => console.info('Socket.io connected.'))
|
||||
socket.on('disconnect', () => console.info('Socket.io disconnected.'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue