UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

18 lines (17 loc) 408 B
export interface BuildCommandContext { apps: string[]; config?: string; webpack?: boolean; watch: boolean; watchAssets: boolean; path?: string; webpackPath?: string; rspackPath?: string; builder?: string; typeCheck?: boolean; emitDeclarations?: boolean; silent?: boolean; preserveWatchOutput?: boolean; all: boolean; parallel?: number | boolean; }