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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
force? | readonly | boolean | Force the check regardless of NODE_ENV. | packages/provider/src/middleware/production-hook.ts:24 |
requiredKinds? | readonly | readonly string[] | Middleware kinds that must be present. Defaults to ['withRedaction']. | packages/provider/src/middleware/production-hook.ts:22 |