class ViteRuby::CLI::Install

def install_sample_files

Internal: Create a sample JS file and attempt to inject it in an HTML template.
def install_sample_files
  copy_template "entrypoints/application.js", to: config.resolved_entrypoints_dir.join("application.js")
end