Add build version in log
All checks were successful
deploy / docker (push) Successful in 11m27s

This commit is contained in:
Florian RICHER 2023-11-21 23:37:30 +01:00
parent 64b5fdfebd
commit aca074ef01
4 changed files with 16 additions and 15 deletions

View file

@ -13,6 +13,7 @@ cfg_if! {
console_error_panic_hook::set_once();
logging::log!("hydrate mode - hydrating");
logging::log!("Portfolio version : {}", env!("CARGO_PKG_VERSION"));
leptos::mount_to_body(|| {
view! { <App/> }