- added websocket context to connect to websockets if needed

This commit is contained in:
2025-12-15 16:07:30 +00:00
parent cae652477e
commit 555330991d
10 changed files with 510 additions and 62 deletions

5
src/utils/ws_config.ts Normal file
View File

@@ -0,0 +1,5 @@
import { CAM_BASE } from "./config";
export const ws_config = {
infoBar: `${CAM_BASE.replace("http", "ws")}/websocket-infobar`,
};