// Environment variables helper // In SvelteKit, public env vars must be prefixed with PUBLIC_ // We'll fall back to a default for development export const PUBLIC_BASE_URL = process.env.PUBLIC_BASE_URL || 'http://localhost:5173';