mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-14 00:27:12 +00:00
16 lines
289 B
TOML
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 &
|
|
'''
|