- added digital zoom functionality on fixed location via web sockets

This commit is contained in:
2025-12-10 10:30:32 +00:00
parent c73c5f4187
commit 0ff43d975d
7 changed files with 96 additions and 4 deletions

View File

@@ -1 +1,3 @@
export const CAMBASE = import.meta.env.VITE_BASEURL;
export const CAMBASE_WS = import.meta.env.VITE_BASE_WS;