diff --git a/web/Trunk.toml b/web/Trunk.toml index 1f0e548..08c0598 100644 --- a/web/Trunk.toml +++ b/web/Trunk.toml @@ -11,7 +11,8 @@ backend = "http://localhost:9345/api/" [[hooks]] stage = "pre_build" -command = "clear" +command = "printf" +command_arguments = [ "\\033c" ] #[[hooks]] #stage = "pre_build"