(port: number)
| 2715 | // --------------------------------------------------------------------------- |
| 2716 | |
| 2717 | const supervisedServiceOrigin = (port: number): string => `http://127.0.0.1:${port}`; |
| 2718 | |
| 2719 | const LOCAL_SERVICE_HOSTS = new Set(["localhost", "127.0.0.1", "::1", "[::1]"]); |
| 2720 |