fix: use named import for minimatch

This commit is contained in:
devin-ai-integration[bot]
2024-12-06 21:41:35 +00:00
parent b2b8f29816
commit b64851723b

View File

@@ -13,7 +13,7 @@ import os from 'os';
import { z } from "zod";
import { zodToJsonSchema } from "zod-to-json-schema";
import { diffLines, createTwoFilesPatch } from 'diff';
import minimatch from 'minimatch';
import { minimatch } from 'minimatch';
// Command line argument parsing
const args = process.argv.slice(2);