Cleanup & More migration To TTP

This commit is contained in:
Alex Emmet 2026-03-08 18:11:23 +01:00
commit cce13a2b5a
8 changed files with 253 additions and 2226 deletions

View file

@ -19,6 +19,7 @@ pub async fn start(port: u16) -> Result<(), Box<dyn std::error::Error>> {
conn.handle().await;
});
}
log!(0, PrintType::General, "Server stopped");
Ok(())
}