15 lines
190 B
TOML
15 lines
190 B
TOML
|
|
[build]
|
||
|
|
target = "index.html"
|
||
|
|
dist = "dist"
|
||
|
|
|
||
|
|
[watch]
|
||
|
|
watch = ["src", "index.html", "styles.css"]
|
||
|
|
|
||
|
|
[serve]
|
||
|
|
address = "127.0.0.1"
|
||
|
|
port = 3000
|
||
|
|
|
||
|
|
|
||
|
|
[[proxy]]
|
||
|
|
backend = "http://localhost:5555/api"
|