summaryrefslogtreecommitdiff
path: root/webapp/Trunk.toml
blob: e053ef13ab78d84fb192b68cf50cf7e8b242cef1 (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:8081/api/"