1
0
Fork 0
mirror of https://github.com/adoyle0/thaw.git synced 2025-03-11 13:32:54 -04:00
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