diff --git a/examples/hackernews_islands_axum/Makefile.toml b/examples/hackernews_islands_axum/Makefile.toml index 6fe53288aa..c90b76706a 100644 --- a/examples/hackernews_islands_axum/Makefile.toml +++ b/examples/hackernews_islands_axum/Makefile.toml @@ -1 +1,8 @@ -extend = [{ path = "../cargo-make/main.toml" }] +extend = [ + { path = "../cargo-make/main.toml" }, + { path = "../cargo-make/cargo-leptos.toml" }, +] + +[env] + +CLIENT_PROCESS_NAME = "hackernews_islands"