UNPKG

@nxrocks/nx-quarkus

Version:

Nx Plugin to generate, run, package, build (and more) Quarkus projects inside your Nx workspace

7 lines (6 loc) 145 B
export interface CleanExecutorOptions { root: string; ignoreWrapper?: boolean; runFromParentModule?: boolean; args?: string[]; }