class ViteRuby::Config

def manifest_paths

Internal: Path to the manifest files generated by Vite and vite-plugin-ruby.
def manifest_paths
  known_manifest_paths.select(&:exist?)
end