From d579b929b99bb3cc7435d394a7c5c7e2e366ac2e Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Mon, 20 Oct 2025 16:59:12 +0200 Subject: [PATCH] meet.sh: Enhance development commands in meet.sh for Angular components and update color schemes for better visibility --- meet.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meet.sh b/meet.sh index 7b63563..d112eac 100755 --- a/meet.sh +++ b/meet.sh @@ -372,18 +372,18 @@ add_common_dev_commands() { fi # Components watcher - CMD_NAMES+=("components") - CMD_COLORS+=("bgRed") + CMD_NAMES+=("components-angular") + CMD_COLORS+=("bgRed.white") CMD_COMMANDS+=("npm --prefix $OV_COMPONENTS_DIR install && npm --prefix $OV_COMPONENTS_DIR run lib:serve") # Typings watcher - CMD_NAMES+=("typings") - CMD_COLORS+=("bgGreen") + CMD_NAMES+=("typings-ce") + CMD_COLORS+=("bgGreen.black") CMD_COMMANDS+=("./scripts/dev/watch-typings.sh") # shared-meet-components watcher CMD_NAMES+=("shared-meet-components") - CMD_COLORS+=("bgYellow") + CMD_COLORS+=("bgYellow.dark") CMD_COMMANDS+=("pnpm --filter @openvidu-meet/frontend run lib:serve") } @@ -440,7 +440,7 @@ add_docs_and_browsersync_commands() { # Browser-sync for live reload CMD_NAMES+=("browser-sync") - CMD_COLORS+=("bgWhite") + CMD_COLORS+=("bgWhite.black") CMD_COMMANDS+=("node --input-type=module -e \" import browserSync from 'browser-sync'; import chalk from 'chalk';