added zoom functionality, need to add endpoint to post

This commit is contained in:
2025-09-29 15:21:22 +01:00
parent 3b9469496b
commit c5c8218e1a
9 changed files with 171 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
const rawCamBase = import.meta.env.VITE_CAM_BASE;
const rawCamBase = import.meta.env.VITE_OUTSIDE_BASEURL;
export const CAM_BASE =
rawCamBase && rawCamBase.trim().length > 0
? rawCamBase