Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/provider / / ProductionStartupHookOptions

Interface: ProductionStartupHookOptions

Defined in: packages/provider/src/middleware/production-hook.ts:20

Options for assertProductionMiddleware.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
force?readonlybooleanForce the check regardless of NODE_ENV.packages/provider/src/middleware/production-hook.ts:24
requiredKinds?readonlyreadonly string[]Middleware kinds that must be present. Defaults to ['withRedaction'].packages/provider/src/middleware/production-hook.ts:22