Files
supervisor/clients/admin-ui/Trunk.toml
Timur Gordon 767c66fb6a initial commit
2025-08-26 14:49:21 +02:00

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..."]