()
| 7 | } |
| 8 | |
| 9 | export function isLocal() { |
| 10 | return process.env.NODE_ENV !== 'production'; |
| 11 | } |
| 12 | |
| 13 | export function getApiUrl(prod?: boolean) { |
| 14 | if (prod) return 'https://api.langbase.com'; |
nothing calls this directly
no outgoing calls
no test coverage detected