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