class ViteRuby::Builder

def record_build_metadata(build, **attrs)

Internal: Writes a digest of the watched files to disk for future checks.
def record_build_metadata(build, **attrs)
  config.build_cache_dir.mkpath
  build.with_result(**attrs).write_to_cache
end