// lib/runtime-env/client.ts
export function getRuntimeEnvCSR(key: string): string | undefined {
return (window as any).RUNTIME_ENV?.[key]
}