Skip to content

Commit fc9399f

Browse files
committed
remute ui server
1 parent 1c53f46 commit fc9399f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/ui-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const createUIServer = async (
2828

2929
await $`make build`;
3030

31-
const uiServerProcess = $`./ui-server --env ${env} start`;
31+
const uiServerProcess = $`./ui-server --env ${env} start`.quiet();
3232
console.log(`✨ ui-server running in ${env} mode on port ${portForEnv(env)}`);
3333

3434
const shutdown = async () => {

0 commit comments

Comments
 (0)