local_chat/frontend/Trunk.toml

14 lines
189 B
TOML
Raw Normal View History

2024-10-08 19:54:34 -05:00
[build]
target = "index.html"
dist = "../dist"
[[proxy]]
backend = "http://localhost:8081/api"
[[proxy]]
backend = "ws://localhost:8081/api/chat_ws"
ws = true
[serve]
addresses = ["::"]