Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 | 38x | export const environment = {
prod: (window as any)['env']?.prod ?? false,
recaptcha_key: (window as any)['env']?.recaptchaKey ?? 'TODO_RECAPTCHA_KEY',
apiUrl: (window as any)['env']?.apiUrl ?? ""
}; |