1 2 3 4 5 6 7 8
[build] target = "index.html" dist = "dist" [serve] addresses = ["127.0.0.1"] port = 8080 open = true