(port: number)
| 2823 | // --------------------------------------------------------------------------- |
| 2824 | |
| 2825 | const supervisedServiceOrigin = (port: number): string => `http://127.0.0.1:${port}`; |
| 2826 | |
| 2827 | const LOCAL_SERVICE_HOSTS = new Set(["localhost", "127.0.0.1", "::1", "[::1]"]); |
| 2828 |