thaw/demo/Trunk.toml
luoxiaozero b75c9c9ab3
Chore/vercel (#86)
* demo: add vercel

* demo: config

* chore: demo workflow
2024-01-17 16:53:28 +08:00

13 lines
204 B
TOML

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