Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
ignore node modules when searching for manual edit files
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed May 6, 2024
1 parent 6307a60 commit e530acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cmd-fns/dev/start-edit-event-watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const startEditEventWatcher = async (
["**/*.manual-edits.ts", "**/manual-edits.ts"],
{
cwd: ctx.cwd,
ignore: ["node_modules"],
}
)

Expand Down

0 comments on commit e530acd

Please sign in to comment.