(port: number)
| 2911 | // --------------------------------------------------------------------------- |
| 2912 | |
| 2913 | const supervisedServiceOrigin = (port: number): string => `http://127.0.0.1:${port}`; |
| 2914 | |
| 2915 | const LOCAL_SERVICE_HOSTS = new Set(["localhost", "127.0.0.1", "::1", "[::1]"]); |
| 2916 |