Deployment fix

This commit is contained in:
Thomas
2020-09-01 15:03:44 +02:00
parent d8ce1001cb
commit e5469b7ad5
17 changed files with 91 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
import { ToastProgrammatic as Toast } from 'buefy'
const connection = new WebSocket('ws://localhost:8181/socket')
// const connection = new WebSocket('wss://tronio.gltronic.ovh/socket')
// const connection = new WebSocket('ws://localhost:8181/socket')
const connection = new WebSocket('wss://tronio.gltronic.ovh/socket')
export default function createSocketPlugin () {
return store => {