Fixed server, dockerfile draft

This commit is contained in:
Thomas
2020-11-02 15:15:48 +01:00
parent c1764a7d89
commit 41676a09bc
8 changed files with 68 additions and 35 deletions

View File

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