We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75eaa9 commit c5b6cb2Copy full SHA for c5b6cb2
cli/main.rs
@@ -697,7 +697,7 @@ async fn resolve_flags_and_init(
697
}
698
699
// Tunnel sets up env vars and OTEL, so connect before everything else.
700
- if flags.tunnel && !matches!(flags.subcommand, DenoSubcommand::Deploy { .. })
+ if flags.tunnel && !matches!(flags.subcommand, DenoSubcommand::Deploy)
701
{
702
if let Err(err) = initialize_tunnel(&flags).await {
703
exit_for_error(err.context("Failed to start with tunnel"));
0 commit comments