Share via


RuntimeConfigurationOptions type

Runtime configuration options - all optional functions. Functions are called on each property access, enabling dynamic resolution. Unset values fall back to environment variables.

type RuntimeConfigurationOptions = {
  clusterCategory?: () => ClusterCategory
  isNodeEnvDevelopment?: () => boolean
}