(port: number)
| 2891 | // --------------------------------------------------------------------------- |
| 2892 | |
| 2893 | const supervisedServiceOrigin = (port: number): string => `http://127.0.0.1:${port}`; |
| 2894 | |
| 2895 | const LOCAL_SERVICE_HOSTS = new Set(["localhost", "127.0.0.1", "::1", "[::1]"]); |
| 2896 |