class ViteRuby::Builder

def record_build_metadata(success, build)

Internal: Writes a digest of the watched files to disk for future checks.
def record_build_metadata(success, build)
  config.build_cache_dir.mkpath
  last_build_path.write build.with_result(success).to_json
end