const backendUrl = import.meta.env.API_BASE_URL || 'http://localhost:5000/api' export { backendUrl };