UNPKG

@nx/node

Version:

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

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