thaw/examples/basic/Trunk.toml

14 lines
136 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 = [
2023-04-12 12:47:31 +08:00
"../../src",
"./src"
2023-04-06 17:27:54 +08:00
]
2023-03-30 09:40:22 +08:00
[serve]
address = "127.0.0.1"
port = 6421
open = false