local_chat/frontend/Trunk.toml
2024-10-08 19:54:34 -05:00

14 lines
189 B
TOML

[build]
target = "index.html"
dist = "../dist"
[[proxy]]
backend = "http://localhost:8081/api"
[[proxy]]
backend = "ws://localhost:8081/api/chat_ws"
ws = true
[serve]
addresses = ["::"]