14 lines
189 B
TOML
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 = ["::"]
|