export const CLOUD_API = import.meta.env.VITE_CLOUD_API;
// In device mode, an empty string uses the current hostname (the JetKVM device's IP) as the API endpoint
export const DEVICE_API = "";