--- plan: 1 type: quick files_modified: - start.sh --- Update start.sh to support network access (--host flag) and custom port configuration for dev/preview servers Update start.sh with network and port options start.sh 1. Update dev command to include --host flag for network access 2. Add port configuration (default 5173 for dev, 4173 for preview) 3. Add menu options for port selection 4. Show connection info after starting server (IP address, port) grep -E "(host|port|--host)" start.sh | head -10 start.sh updated with network access and port options - Dev server accessible from other machines - Port can be customized via menu or arguments - Connection info displayed when server starts