thaw/examples/basic/Trunk.toml
2023-04-12 12:47:31 +08:00

13 lines
136 B
TOML

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