()
| 626 | * Port is validated at module load time, this just returns the cached value. |
| 627 | */ |
| 628 | export function getProxyPort(): number { |
| 629 | return PROXY_PORT; |
| 630 | } |
| 631 | |
| 632 | /** |
| 633 | * Check if a proxy is already running on the given port. |
no outgoing calls
no test coverage detected