11 lines
141 B
TOML
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/"
|