class ViteRuby::Manifest

def prefix_asset_with_host(path)

the framework tag helpers.
Internal: Prefixes an asset with the `asset_host` for tags that do not use
def prefix_asset_with_host(path)
  File.join(vite_asset_origin || config.asset_host || '/', config.public_output_dir, path)
end