9 lines
153 B
Makefile
9 lines
153 B
Makefile
|
extend = [
|
||
|
{ path = "../cargo-make/main.toml" },
|
||
|
{ path = "../cargo-make/cargo-leptos.toml" },
|
||
|
]
|
||
|
|
||
|
[env]
|
||
|
|
||
|
CLIENT_PROCESS_NAME = "hackernews_axum"
|