predict-otron-9000 serves a leptos SSR frontend

This commit is contained in:
geoffsee
2025-08-28 12:06:22 -04:00
parent 45d7cd8819
commit e38a2d4512
30 changed files with 1321 additions and 901 deletions

View File

@@ -89,7 +89,7 @@ impl ServerConfig {
}
}
Err(_) => {
tracing::info!("SERVER_CONFIG not set, using default Local mode");
tracing::info!("SERVER_CONFIG not set, Standalone mode active");
ServerConfig::default()
}
}