refactor: remove windows_subsystem attribute to enable console output in tunnel-helper

Remove windows_subsystem = "windows" attribute from tunnel-helper to allow console output for debugging and logging. This enables stdout/stderr visibility when running the helper binary directly.
This commit is contained in:
2026-03-18 08:06:32 +01:00
parent cc99e45ebb
commit 46127ad73c

View File

@@ -1,5 +1,3 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
use serde::{Deserialize, Serialize};
use std::{
env,