summaryrefslogtreecommitdiff
path: root/webapp/Trunk.toml
blob: 7f7fa18315d674ec3c521adf0d3a7267033f4efc (plain)
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/"