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