Interface: Config

Server.Config

Development server configuration.

Table of contents

Properties

Methods

Properties

options

options: Options

Development server options to configure e.g: port, host etc.

Defined in

types.ts:21

Methods

delegate

delegate(context): Delegate

Function to create a delegate, which implements crucial functionalities.

Parameters

Name Type
context DelegateContext

Returns

Delegate

Defined in

types.ts:24