API Reference / @evolu/nodejs / index / NodeJsRelayConfig

Interface: NodeJsRelayConfig

Defined in: nodejs/src/Evolu/Relay.ts:24

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
enableLogging?readonlybooleanEnable or disable console logging. When true, logs are output to the Console; when false, logging is disabled for all methods except error, which always outputs to ensure critical issues are not missed. Default is false.RelayConfig.enableLoggingcommon/dist/src/Console.d.ts:62
name?readonlystring & Brand<"SimpleName">-RelayConfig.namecommon/dist/src/Evolu/Relay.d.ts:10
port?readonlynumber--nodejs/src/Evolu/Relay.ts:25

Was this page helpful?