@forge/cli-shared
8.15.18.15.1-experimental-8b78d46
out/tunnel/tunnel-options.d.ts~
out/tunnel/tunnel-options.d.tsModified+2
Index: package/out/tunnel/tunnel-options.d.ts
===================================================================
--- package/out/tunnel/tunnel-options.d.ts
+++ package/out/tunnel/tunnel-options.d.ts
@@ -16,6 +16,8 @@
export declare const defaultDebugStartingPort = 9229;
export declare const TUNNEL_BUNDLE_DIRECTORY: string;
export declare const defaultNoDebugTunnelOptions: TunnelOptions;
export declare const DEFAULT_PROXY_INGRESS_PORT = 7071;
+export declare const DEFAULT_PROXY_HEALTHCHECK_PORT = 7073;
+export declare const DEFAULT_PROXY_HEALTHCHECK_PORT_HOST_MACHINE = 7011;
export declare function getServicePort(services?: Services, serviceKey?: string): Promise<number | undefined>;
//# sourceMappingURL=tunnel-options.d.ts.map
\ No newline at end of file