thaw/demo/Trunk.toml

14 lines
179 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-11-16 14:58:37 +08:00
filehash = false
2023-06-13 12:43:15 +08:00
[watch]
2023-11-16 14:58:37 +08:00
watch = ["../src", "./src"]
2023-06-13 12:43:15 +08:00
[serve]
address = "127.0.0.1"
port = 6421
open = false