pub fn serve( project_dir: &Path, release: bool, host: String, port: u16, open: bool, ) -> Result<()>