thaw/examples/basic/Trunk.toml

13 lines
123 B
TOML
Raw Normal View History

2023-03-30 09:40:22 +08:00
[build]
target = "index.html"
2023-04-06 17:27:54 +08:00
[watch]
watch = [
"../../src"
]
2023-03-30 09:40:22 +08:00
[serve]
address = "127.0.0.1"
port = 6421
open = false