1 2 3 4 5 6 7 8 9 10 11
[build] target = "index.html" dist = "dist" [serve] address = "::" port = 8080 watch = ["src"] [[proxy]] backend = "http://localhost:18081/api/"