leptos/projects/login_with_token_csr_only/client/Makefile.toml
2024-08-01 19:42:21 -04:00

16 lines
289 B
TOML

extend = [
{ path = "../../cargo-make/main.toml" },
{ path = "../../cargo-make/trunk_server.toml" },
]
[env]
SERVER_PROCESS_NAME = "server"
[tasks.check-format]
env = { LEPTOS_PROJECT_DIRECTORY = "../../../" }
[tasks.start-server]
cwd = "../server"
script = '''
cargo run &
'''