Skip to content

Commit

Permalink
remute ui server
Browse files Browse the repository at this point in the history
  • Loading branch information
bgerrity committed Mar 20, 2024
1 parent e701a50 commit f2df0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/ui-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const createUIServer = async (

await $`make build`;

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

const shutdown = async () => {
Expand Down

0 comments on commit f2df0ea

Please sign in to comment.