[build]
target = "index.html"

[watch]
watch = [
    "../../src",
    "./src"
]

[serve]
address = "127.0.0.1"
port = 6421
open = false