@forge/cli-shared

5.3.1-next.0-experimental-10722bc5.5.0-next.13
out/tunnel/tunnel-options.d.ts
out/tunnel/tunnel-options.d.ts
+1−1
Index: package/out/tunnel/tunnel-options.d.ts
===================================================================
--- package/out/tunnel/tunnel-options.d.ts
+++ package/out/tunnel/tunnel-options.d.ts
@@ -7,7 +7,7 @@
 export declare type TunnelOptions = Omit<TunnelCommandOptions, 'debugStartingPort'> & {
     debugStartingPort: number;
 };
 export declare const defaultDebugStartingPort = 9229;
-export declare const defaultDebugBundleOutputPath = ".forge/tunnel-output";
+export declare const TUNNEL_BUNDLE_DIRECTORY: string;
 export declare const defaultNoDebugTunnelOptions: TunnelOptions;
 //# sourceMappingURL=tunnel-options.d.ts.map
\ No newline at end of file