7 lines
84 B
TOML
7 lines
84 B
TOML
[build]
|
|
target = "index.html"
|
|
|
|
[serve]
|
|
address = "127.0.0.1"
|
|
port = 8080
|
|
open = true |