Loading cli/inbox.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ export interface InboxOptions { export const TunnelConfig = { shouldDisableTunnel: (opts: InboxOptions): boolean => { return opts.tunnel === false || opts.noTunnel === true; } }, } as const; export const command = new Command() Loading Loading
cli/inbox.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ export interface InboxOptions { export const TunnelConfig = { shouldDisableTunnel: (opts: InboxOptions): boolean => { return opts.tunnel === false || opts.noTunnel === true; } }, } as const; export const command = new Command() Loading