We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c53f46 commit fc9399fCopy full SHA for fc9399f
utilities/ui-server.ts
@@ -28,7 +28,7 @@ export const createUIServer = async (
28
29
await $`make build`;
30
31
- const uiServerProcess = $`./ui-server --env ${env} start`;
+ const uiServerProcess = $`./ui-server --env ${env} start`.quiet();
32
console.log(`✨ ui-server running in ${env} mode on port ${portForEnv(env)}`);
33
34
const shutdown = async () => {
0 commit comments