11 lines
148 B
TOML
11 lines
148 B
TOML
[build]
|
|
target = "index.html"
|
|
dist = "dist"
|
|
|
|
[watch]
|
|
watch = ["src", "index.html", "static"]
|
|
|
|
[serve]
|
|
address = "127.0.0.1"
|
|
port = 8080
|
|
open = false |