how to hide the console like `[0.00ms] bundle index.html 0.25 KB` i have turned the `silent` to `true` the code ``` app.use(staticPlugin({ prefix: "/", assets: publicPath, silent: true, alwaysStatic: true })) ``` ~I asked gpt, it says it's the bun bundler?~