mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 08:41:46 +00:00
Tauri needs a tokio runtime in order to spawn tasks. If we don't supply one, it will start its own runtime. Given that we already start a runtime, this is unnecessary.