Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.5 KB

server.serveroptionsinterface-1.md

File metadata and controls

58 lines (32 loc) · 1.5 KB

Serendip Framework > Server > ServerOptionsInterface

Interface: ServerOptionsInterface

Hierarchy

ServerOptionsInterface

Index

Properties


Properties

<Optional> clientMode

● clientMode: boolean

Defined in src/server/ServerOptionsInterface.ts:17


<Optional> cpuCores

● cpuCores: number | string

Defined in src/server/ServerOptionsInterface.ts:12


<Optional> logging

● logging: "info" | "warn" | "error" | "silent"

Defined in src/server/ServerOptionsInterface.ts:14


<Optional> services

● services: ServerServiceInterface[] | any[]

Defined in src/server/ServerOptionsInterface.ts:9