pub fn run_server_sync(
input: Box<dyn DataInterface>,
ports_to_try: PortsToTry,
open_browser: bool,
) -> Result<(), MergeToolError>Expand description
Initialize tokio correctly and call run_server
pub fn run_server_sync(
input: Box<dyn DataInterface>,
ports_to_try: PortsToTry,
open_browser: bool,
) -> Result<(), MergeToolError>Initialize tokio correctly and call run_server