Skip to content

Commit e5b6f0f

Browse files
authored
fix(oxlint): do not watch the root directory (#671)
1 parent 4192a24 commit e5b6f0f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/vite-plugin-checker/src/checkers/oxlint

packages/vite-plugin-checker/src/checkers/oxlint/server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ export async function setupDevServer(
4040
displayTargets,
4141
)
4242
})
43-
44-
watcher.add('.')
4543
}
4644

4745
function handleFileUnlink(

0 commit comments

Comments
 (0)