()
| 11 | } = await import(import.meta.resolve('./platformUrls.ts')) |
| 12 | |
| 13 | function oauthBaseApiUrl(): string { |
| 14 | return getOauthConfig().BASE_API_URL.replace(/\/$/, '') |
| 15 | } |
| 16 | |
| 17 | function oauthWebSocketBaseUrl(): string { |
| 18 | const baseUrl = oauthBaseApiUrl() |
no test coverage detected