Skip to content

Commit

Permalink
fix(config): add dir to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 21, 2024
1 parent 29ca7d3 commit 4017016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export async function loadConfig(
overrides,
defaults: {
ignore: ["node_modules", "dist", ".*"],
dir,
},
});

Expand Down

0 comments on commit 4017016

Please sign in to comment.