UNPKG

@nxrocks/nx-spring-boot

Version:

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

6 lines (5 loc) 128 B
export interface BuildInfoExecutorOptions { root: string; ignoreWrapper?: boolean; runFromParentModule?: boolean; }