server unarchive when starting

This commit is contained in:
2026-06-12 19:02:01 +02:00
parent b2ab524b7e
commit 8f3de30cd1
5 changed files with 48 additions and 26 deletions

View File

@ -5,3 +5,6 @@ pub mod utils;
mod stop;
pub use stop::stop_server;
mod archive;
pub use archive::archive_server;