thaw/demo/Trunk.toml
2024-07-10 16:37:38 +08:00

19 lines
264 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