function buildFullStackPlugins
buildFullStackPlugins(options?: FullStackStarterOptions): IPlugin[]

Builds the canonical full-stack plugin set. Composes from buildMicroservicePlugins and appends the full-stack plugins (cache, events, cqrs, scheduler, audit, secrets, storage, mail). The list is exported for advanced custom composition.

Parameters

optional
options: FullStackStarterOptions

Optional per-plugin configuration arms.

Return Type

IPlugin[]

Array of IPlugin instances in registration order.

Usage

import { buildFullStackPlugins } from "starters/full-stack-starter/src/index.ts";