UNPKG

@nxrocks/nx-ktor

Version:

Nx plugin to generate, run, package, build (and more) Ktor projects inside your Nx workspace

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