pub fn serve_project( port: Option<u16>, host: Option<String>, directory: Option<PathBuf>, verbose: bool, ) -> Result<()>