thaw/demo/Trunk.toml
2024-03-30 01:42:13 +08:00

19 lines
266 B
TOML

[build]
target = "index.html"
# public_url = "/thaw/"
# release = true
# filehash = false
[watch]
watch = [
"../thaw",
"../thaw_components",
"../thaw_utils",
"./src",
"../demo_markdown",
]
[serve]
address = "127.0.0.1"
port = 6421
open = false