Add web server launch message

This commit is contained in:
2026-06-23 21:27:00 -04:00
parent f34aeafe0e
commit 5cbfa6ac9e

View File

@@ -6,6 +6,7 @@ pub fn main() -> Result<()> {
tracing::warn!("Error reading .env: {e}");
}
tracing::info!("Setup complete, launching web server...");
dioxus::launch(App);
Err(Error::message_here("Web server exited"))