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"