IApplication.start(options?: StartOptions): Promise<void>
Resolves plugins, builds the pipeline and router, and starts the server.
optional
options: StartOptions
Port and hostname
IApplication.start(options?: StartOptions): Promise<void>
Resolves plugins, builds the pipeline and router, and starts the server.
options: StartOptions
Port and hostname
import { type IApplication } from "common/src/index.ts";