meet.sh: add webcomponent bundle watcher to development commands

This commit is contained in:
Carlos Santos 2025-11-11 16:55:17 +01:00
parent d9a31edb60
commit ae5907cbbd

View File

@ -399,6 +399,11 @@ add_common_dev_commands() {
CMD_COLORS+=("blue")
CMD_COMMANDS+=("node ./scripts/dev/watch-with-typings-guard.mjs 'pnpm run dev:testapp'")
# Webcomponent bundle watcher
CMD_NAMES+=("webcomponent")
CMD_COLORS+=("bgMagenta.black")
CMD_COMMANDS+=("node ./scripts/dev/watch-with-typings-guard.mjs 'pnpm run dev:webcomponent'")
}
# Helper: Add CE-specific commands (backend, frontend)