1
0
Fork 0
mirror of https://github.com/adoyle0/thaw.git synced 2025-03-11 13:32:54 -04:00
thaw/demo/Trunk.toml
2023-11-16 14:58:37 +08:00

13 lines
179 B
TOML

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