@forge/cli
12.16.1-next.6-experimental-13a01c212.17.0-next.7
out/command-line/view/tunnel-view.d.ts~
out/command-line/view/tunnel-view.d.tsModified+1
Index: package/out/command-line/view/tunnel-view.d.ts
===================================================================
--- package/out/command-line/view/tunnel-view.d.ts
+++ package/out/command-line/view/tunnel-view.d.ts
@@ -1,8 +1,9 @@
import { UI } from '@forge/cli-shared';
export declare class TunnelView {
private readonly ui;
constructor(ui: UI);
+ getLogger(): UI;
preamble(environmentKey?: string): void;
displayUIKit1DeprecationMessage: (modules: string[]) => void;
}
//# sourceMappingURL=tunnel-view.d.ts.map
\ No newline at end of file