2e25941feat(cli): add --host and --port options (cc-vps)Add CLI options to configure the server bind address and port,
making it easier to expose the UI on different network interfaces
or run multiple instances on different ports.- Add --host option (default: 127.0.0.1)
- Add --port option (default: 3000)
- Support HOST and PORT environment variables
- Parse --host/--port in server/index.js for dev workflow
- Add test coverage for new options
Co-authored-by: Christian Catalan crcatala@gmail.com
6327f77Fix GitHub action commands