thaw/gh-pages/Trunk.toml

17 lines
190 B
TOML
Raw Normal View History

2023-06-13 12:43:15 +08:00
[build]
target = "index.html"
public_url = "/melt-ui/"
dist = "../docs"
release = true
[watch]
watch = [
"../src",
"./src"
]
[serve]
address = "127.0.0.1"
port = 6421
open = false