a bit animation

This commit is contained in:
2022-11-27 21:41:38 +03:00
parent ae7b0a6b7f
commit fc50514dbc
3 changed files with 192 additions and 11 deletions
+2 -2
View File
@@ -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", () => {