Files
actix-yew-app-template/template/web/Makefile.toml
2022-05-09 12:07:15 +02:00

13 lines
278 B
TOML

extend = "../Makefile.toml"
[tasks.build-release]
install_crate = { crate_name = "trunk", binary = "trunk" }
command = "trunk"
args = ["build", "--release"]
[tasks.run]
clear = true
install_crate = { crate_name = "trunk", binary = "trunk" }
command = "trunk"
args = ["serve"]