We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39e1eb commit db535afCopy full SHA for db535af
packages/nx-plugin/src/plugin/plugin.ts
@@ -3,7 +3,7 @@ import {
3
type CreateNodesContext,
4
type CreateNodesResult,
5
type CreateNodesV2,
6
- createNodesFromFiles
+ createNodesFromFiles,
7
} from '@nx/devkit';
8
import { PROJECT_JSON_FILE_NAME } from '../internal/constants';
9
import { createTargets } from './target/targets';
@@ -59,5 +59,5 @@ export const createNodesV2: CreateNodesV2 = [
59
configFiles,
60
options,
61
context,
62
- )
+ ),
63
];
0 commit comments