thaw/demo/Trunk.toml

20 lines
264 B
TOML
Raw Permalink Normal View History

2023-06-13 12:43:15 +08:00
[build]
target = "index.html"
# public_url = "/thaw/"
2024-07-08 14:40:17 +08:00
release = true
# filehash = false
2023-06-13 12:43:15 +08:00
[watch]
watch = [
"../thaw",
"../thaw_components",
"../thaw_utils",
"./src",
"../demo_markdown",
]
2023-06-13 12:43:15 +08:00
[serve]
address = "127.0.0.1"
port = 6421
open = false