mostly licensing and docker stuff
All checks were successful
Compile to Binary / build-linux (push) Successful in 50s
Compile to Binary / build-linux-musl (push) Successful in 1m6s
Compile to Binary / build-windows (push) Successful in 1m27s

This commit is contained in:
2026-03-16 12:13:54 +01:00
parent 39bf977604
commit cc9333fa0f
6 changed files with 801 additions and 38 deletions

View File

@@ -23,6 +23,8 @@ fn main() {
}
if let Err(_) = server::run(root, port) {
// shit out error if we have port already in use,
// prevents panic
log_error!("Port {} already in use!", port);
}
}