export const HOST = process.env.EXPO_PUBLIC_TAILSCALE_MACHINE || "localhost"; export const BASE_URL = `http://${HOST}`;