Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/server / / RunPreBindOptions
Interface: RunPreBindOptions
Defined in: packages/server/src/lifecycle/pre-bind.ts:53
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
config | readonly | ServerConfigSpec | - | packages/server/src/lifecycle/pre-bind.ts:54 |
probeCipherPeer? | readonly | () => Promise<void> | Optional override for the cipher-peer probe. Tests inject a stub that signals "missing peer" without uninstalling the real one. | packages/server/src/lifecycle/pre-bind.ts:60 |
store | readonly | GraphorinSqliteStore | - | packages/server/src/lifecycle/pre-bind.ts:55 |