class ViteRuby::Config

def manifest_path

Internal: Path where Vite outputs the manifest file.
def manifest_path
  build_output_dir.join('manifest.json')
end