9 lines
104 B
TOML
9 lines
104 B
TOML
[build]
|
|
target = "web/index.html"
|
|
dist = "dist"
|
|
|
|
[serve]
|
|
address = "127.0.0.1"
|
|
port = 8080
|
|
open = false
|