"use strict";import{copyTemplateFile as l}from"../utils/helper.js";import{Printeras o}from"../utils/logger.js";exportfunctioncopyrc(i){let e=!0;for(const r of i.files)l(r.source,r.destination)||(e=!1);e?o.success("All required files are copied or already exist."):o.error("Some files failed to copy.")}