Fix dashboard rendering

This commit is contained in:
jude
2025-11-05 18:52:36 +00:00
parent 901cf575c4
commit a4ec39e4a2
6 changed files with 55 additions and 11 deletions

View File

@@ -126,6 +126,7 @@ pub async fn initialize(
let static_path =
if Path::new("static").exists() { "static" } else { "/lib/reminder-rs/static" };
info!("Using static path: {}", static_path);
rocket::build()
.attach(MetricProducer)