(port: number)
| 2940 | // --------------------------------------------------------------------------- |
| 2941 | |
| 2942 | const supervisedServiceOrigin = (port: number): string => `http://127.0.0.1:${port}`; |
| 2943 | |
| 2944 | const LOCAL_SERVICE_HOSTS = new Set(["localhost", "127.0.0.1", "::1", "[::1]"]); |
| 2945 |