diff --git a/crates/www/src/main.rs b/crates/www/src/main.rs index b4bf125..943110f 100644 --- a/crates/www/src/main.rs +++ b/crates/www/src/main.rs @@ -12,7 +12,7 @@ async fn main() { // Generate the list of routes in your Leptos App let routes = generate_route_list(App); - // TODO: remove this soonish + // TODO: remove this soon dbg!(std::env::var("CDN_PKG_PATH")); dbg!(std::env::var("CDN_PATH"));