🚨 Announcing Vendure v2 Beta

SystemOptions

SystemOptions

Package: @vendure/core File: vendure-config.ts
v1.6.0

Options relating to system functions.

Signature

interface SystemOptions {
  healthChecks?: HealthCheckStrategy[];
}

Members

healthChecks

property
v1.6.0
Defines an array of HealthCheckStrategy instances which are used by the /health endpoint to verify that any critical systems which the Vendure server depends on are also healthy.