(port: number)
| 2794 | // --------------------------------------------------------------------------- |
| 2795 | |
| 2796 | const supervisedServiceOrigin = (port: number): string => `http://127.0.0.1:${port}`; |
| 2797 | |
| 2798 | const LOCAL_SERVICE_HOSTS = new Set(["localhost", "127.0.0.1", "::1", "[::1]"]); |
| 2799 |