Refactor camera configuration and overview snapshot hooks; update environment variables and changed camera names to A and B
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const rawCamBase = import.meta.env.VITE_OUTSIDE_BASEURL;
|
||||
const rawCamBase = import.meta.env.VITE_AGX_BOX_URL;
|
||||
export const CAM_BASE =
|
||||
rawCamBase && rawCamBase.trim().length > 0
|
||||
? rawCamBase
|
||||
|
||||
Reference in New Issue
Block a user