8 lines
301 B
TypeScript
8 lines
301 B
TypeScript
import { convertNxGenerator } from '@nx/devkit';
|
|
import { warnForSchematicUsage } from '../utils/warn-for-schematic-usage';
|
|
import { cypressComponentConfiguration } from './cypress-component-configuration';
|
|
|
|
export default warnForSchematicUsage(
|
|
convertNxGenerator(cypressComponentConfiguration)
|
|
);
|