thaw/examples/basic/Trunk.toml
2023-04-06 17:27:54 +08:00

12 lines
123 B
TOML

[build]
target = "index.html"
[watch]
watch = [
"../../src"
]
[serve]
address = "127.0.0.1"
port = 6421
open = false