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 4d6c335 commit ce500c7Copy full SHA for ce500c7
tools/zod2md-nx-plugin/src/lib/plugin.js
@@ -2,7 +2,7 @@ import path from 'node:path';
2
3
export const createNodesV2 = [
4
`**/zod2md.config.ts`,
5
- async (zod2MdConfigurationFiles, createNodesOptions, context) => {
+ async (zod2MdConfigurationFiles, createNodesOptions) => {
6
const options = createNodesOptions ?? {};
7
const targetName = options.targetName ?? 'generate-docs';
8
0 commit comments