web: clear screen on rebuild

This commit is contained in:
Bill Thiede 2024-09-28 11:13:50 -07:00
parent 43b3625656
commit 3fe61f8b09

View File

@ -9,6 +9,10 @@ port = 6758
[[proxy]]
backend = "http://localhost:9345/api/"
[[hooks]]
stage = "pre_build"
command = "clear"
#[[hooks]]
#stage = "pre_build"
#command = "cargo"