// Runtime API configuration // This file is served from public/ and can be updated without rebuilding window.API_CONFIG = { API_BASE_URL: window.location.hostname === 'localhost' ? 'http://localhost:8000' : `http://${window.location.hostname}:8000` };