mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
9 lines
164 B
Makefile
9 lines
164 B
Makefile
|
extend = [
|
||
|
{ path = "../cargo-make/main.toml" },
|
||
|
{ path = "../cargo-make/cargo-leptos.toml" },
|
||
|
]
|
||
|
|
||
|
[env]
|
||
|
|
||
|
CLIENT_PROCESS_NAME = "action_form_error_handling"
|