( remoteConfigServerUrl: string, )
| 363 | } |
| 364 | |
| 365 | export function getConfigJsonPathForRemote( |
| 366 | remoteConfigServerUrl: string, |
| 367 | ): string { |
| 368 | return path.join(getPathToRemoteConfig(remoteConfigServerUrl), "config.json"); |
| 369 | } |
| 370 | |
| 371 | export function getConfigJsPathForRemote( |
| 372 | remoteConfigServerUrl: string, |
no test coverage detected