class ViteRuby::Builder
def record_build_metadata(success, build)
def record_build_metadata(success, build) config.build_cache_dir.mkpath last_build_path.write build.with_result(success).to_json end
def record_build_metadata(success, build) config.build_cache_dir.mkpath last_build_path.write build.with_result(success).to_json end