general: snapshot

This commit is contained in:
k
2024-07-20 23:13:41 +02:00
parent d8a5b4a2e6
commit a145b35ad1
100 changed files with 5402 additions and 2967 deletions

View File

@@ -56,7 +56,7 @@ async fn main() -> color_eyre::Result<()> {
.with_state(state)
.layer(compression_layer);
let port = 3110;
let port = 3111;
log(&format!("Starting server on port {port}..."));