Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Oct 1, 2024
1 parent c50180c commit 030e908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const main = defineCommand({
expandDirectories: false,
onlyDirectories: true,
absolute: true,
ignore,
ignore: ["**/node_modules", ".git"],
})
: [process.cwd()];
console.log('paths', paths)
Expand All @@ -106,7 +106,7 @@ const main = defineCommand({
expandDirectories: false,
onlyDirectories: true,
absolute: true,
ignore,
ignore: ["**/node_modules", ".git"],
});

const formData = new FormData();
Expand Down

0 comments on commit 030e908

Please sign in to comment.