UNPKG

@nx/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

7 lines (6 loc) 227 B
/** * @deprecated Removed in favor of Nx's built-in default runner. Invoking this * runner throws — run `nx repair` to clean up the legacy reference in * `nx.json`. */ export default function removedTasksRunner(): never;