5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import { convertNxGenerator } from '@nrwl/devkit';
|
|
import host from './host';
|
|
|
|
export default convertNxGenerator(host);
|