thaw/demo/Trunk.toml

16 lines
172 B
TOML
Raw Normal View History

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