class ViteRuby::Commands

def may_clean?

def may_clean?
  config.build_output_dir.exist? && config.manifest_path.exist?
end