UNPKG

@nx/node

Version:

The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.

9 lines (8 loc) 183 B
export interface SetUpDockerOptions { project?: string; targetName?: string; buildTarget?: string; skipFormat?: boolean; outputPath: string; skipDockerPlugin?: boolean; }