global

def to_json(*_args)

Internal: Returns a JSON string with the metadata of the build.
def to_json(*_args)
  JSON.pretty_generate(
    success: success,
    errors: errors,
    timestamp: timestamp,
    vite_ruby: vite_ruby,
    digest: digest,
  )
end