Files
maps/frontend/Trunk.toml
Dongho Kim 003aae2b6b update
2025-12-03 04:01:36 +09:00

11 lines
141 B
TOML

[build]
target = "index.html"
[serve]
address = "127.0.0.1"
port = 8080
[[proxy]]
rewrite = "/api/"
backend = "http://localhost:3000/api/"