method IApplication.start
IApplication.start(options?: StartOptions): Promise<void>

Resolves plugins, builds the pipeline and router, and starts the server.

Parameters

optional
options: StartOptions

Port and hostname

Return Type

Promise<void>

Throws

Error

If plugin dependencies are unsatisfied or cyclic, or if no plugin provides the runtime capability

Usage

import { type IApplication } from "common/src/index.ts";