@nxrocks/nx-ktor
Version:
Nx plugin to generate, run, package, build (and more) Ktor projects inside your Nx workspace
15 lines (14 loc) • 497 B
JSON
{
"generators": {
"add-install-to-cacheable-operations": {
"version": "3.0.0",
"description": "Add target to Nx cacheable operations",
"implementation": "./src/migrations/update-3.0.0/add-install-to-cacheable-operations"
},
"make-serve-target-depends-on-dependency-install": {
"version": "9.2.0",
"description": "Migration for v9.2.0",
"implementation": "./src/migrations/update-3.2.0/make-serve-target-depends-on-dependency-install"
}
}
}