a bit animation
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import {getConfigValue} from "@ijl/cli";
|
||||
import {io} from "socket.io-client";
|
||||
import { getConfigValue } from "@ijl/cli";
|
||||
import { io } from "socket.io-client";
|
||||
|
||||
export const socket = io(getConfigValue('hub-video-start.socket.url'), { path: getConfigValue('hub-video-start.socket.path')});
|
||||
socket.on("connect", () => {
|
||||
|
||||
Reference in New Issue
Block a user