mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
9 lines
152 B
Makefile
9 lines
152 B
Makefile
|
extend = [
|
||
|
{ path = "../cargo-make/main.toml" },
|
||
|
{ path = "../cargo-make/cargo-leptos.toml" },
|
||
|
]
|
||
|
|
||
|
[env]
|
||
|
|
||
|
CLIENT_PROCESS_NAME = "ssr_modes_axum"
|