17 lines
257 B
TOML
17 lines
257 B
TOML
[build]
|
|
target = "index.html"
|
|
dist = "dist"
|
|
|
|
[watch]
|
|
watch = ["src", "index.html", "styles.css"]
|
|
|
|
[serve]
|
|
address = "127.0.0.1"
|
|
port = 8080
|
|
open = false
|
|
|
|
[[hooks]]
|
|
stage = "pre_build"
|
|
command = "echo"
|
|
command_arguments = ["Building Supervisor Admin UI..."]
|