interface StartOptions
Since 0.1.0

Options for starting the application server.

Properties

readonly
optional
port: number

TCP port to listen on.

readonly
optional
hostname: string

Bind address (defaults to all interfaces).

Usage

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