/** * Mock for SvelteKit's $env module * Used in tests to provide environment variables */ export const PUBLIC_SIERO_API_URL = 'http://localhost:3000/api/v1'