8 lines
105 B
TOML
8 lines
105 B
TOML
[build]
|
|
target = "index.html"
|
|
dist = "dist"
|
|
port = 3000
|
|
|
|
[[proxy]]
|
|
backend = "http://localhost:8081/api"
|