baobab/core/actor/Trunk.toml
2025-08-06 12:48:32 +02:00

17 lines
193 B
TOML

[build]
target = "index.html"
dist = "dist"
[watch]
watch = ["src", "Cargo.toml"]
ignore = ["dist"]
[serve]
address = "127.0.0.1"
port = 8080
open = false
[clean]
dist = "dist"
cargo = true