From 3fe61f8b09ea14833751e3f88515e910e5cdf4fd Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 28 Sep 2024 11:13:50 -0700 Subject: [PATCH] web: clear screen on rebuild --- web/Trunk.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/Trunk.toml b/web/Trunk.toml index c03544e..1f0e548 100644 --- a/web/Trunk.toml +++ b/web/Trunk.toml @@ -9,6 +9,10 @@ port = 6758 [[proxy]] backend = "http://localhost:9345/api/" +[[hooks]] +stage = "pre_build" +command = "clear" + #[[hooks]] #stage = "pre_build" #command = "cargo"