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