6 lines
186 B
TypeScript
6 lines
186 B
TypeScript
console.warn(
|
|
`@nrwl/tao has been deprecated and will not be published in Nx 17. Change to importing from '@nx/devkit/ngcli-adapter'`
|
|
);
|
|
|
|
export * from 'nx/src/adapter/ngcli-adapter';
|