#!/bin/bash
# Companion dashboard for the Control Panel: Workcell board.
# Analogous to a TI EVM's bundled GUI — talks to the board (over SSH here,
# USB on a bench tool) and gives live control + telemetry. Port 8852.
cd "$(dirname "$0")"
echo "Starting Control Panel companion dashboard on :8852 ..."
exec node server.js "$@"
