refactor(server): inline runtime.rs in the root module

This commit is contained in:
CleverWild
2026-04-03 01:45:09 +02:00
parent d593eedf01
commit e3050bc5ff
4 changed files with 73 additions and 82 deletions

View File

@@ -19,7 +19,7 @@ use windows_service::{
};
use crate::cli::{ServiceInstallArgs, ServiceRunArgs};
use arbiter_server::runtime::{RunConfig, run_server_until_shutdown};
use arbiter_server::{RunConfig, run_server_until_shutdown};
const SERVICE_NAME: &str = "ArbiterServer";
const SERVICE_DISPLAY_NAME: &str = "Arbiter Server";