(port: number)
| 2763 | // --------------------------------------------------------------------------- |
| 2764 | |
| 2765 | const supervisedServiceOrigin = (port: number): string => `http://127.0.0.1:${port}`; |
| 2766 | |
| 2767 | const LOCAL_SERVICE_HOSTS = new Set(["localhost", "127.0.0.1", "::1", "[::1]"]); |
| 2768 |