class ViteRuby::Manifest
def prefix_asset_with_host(path)
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