class ViteRuby::Manifest

def path_for(name, **options)

Raises an error if the resource could not be found in the manifest.

Public: Returns the path for the specified Vite entrypoint file.
def path_for(name, **options)
  lookup!(name, **options).fetch('file')
end