class ViteRuby::Manifest

def refresh

Public: Refreshes the cached mappings by reading the updated manifest files.
def refresh
  @manifest = load_manifest
end