(env: string)
| 30 | ] as const; |
| 31 | |
| 32 | export function findServiceKey(env: string): ServiceKey | undefined { |
| 33 | return WEB_SERVICE_KEYS.find(k => k.env === env); |
| 34 | } |
| 35 | |
| 36 | /** One-key guidance block: where to get it + the three ways to set it. PURE. */ |
| 37 | export function keyGuidance(env: string): string { |
no outgoing calls
no test coverage detected