Skip to content

Commit ce500c7

Browse files
author
Michael Hladky
committed
refactor: wip
1 parent 4d6c335 commit ce500c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/zod2md-nx-plugin/src/lib/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import path from 'node:path';
22

33
export const createNodesV2 = [
44
`**/zod2md.config.ts`,
5-
async (zod2MdConfigurationFiles, createNodesOptions, context) => {
5+
async (zod2MdConfigurationFiles, createNodesOptions) => {
66
const options = createNodesOptions ?? {};
77
const targetName = options.targetName ?? 'generate-docs';
88

0 commit comments

Comments
 (0)