thaw/demo/Trunk.toml

14 lines
204 B
TOML
Raw Normal View History

2023-06-13 12:43:15 +08:00
[build]
target = "index.html"
# public_url = "/thaw/"
2023-08-29 11:09:28 +08:00
# release = true
# filehash = false
2023-06-13 12:43:15 +08:00
[watch]
2023-12-30 17:29:44 +08:00
watch = ["../thaw", "./src", "../demo_markdown"]
2023-06-13 12:43:15 +08:00
[serve]
address = "127.0.0.1"
port = 6421
open = false