Skip to content

Commit cc248ed

Browse files
committed
chore: migrate to chkidar v4
1 parent 18c7c74 commit cc248ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blog/.vitepress/scripts/syncPosts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const args = commandLineArgs([
2121
const cwd = path.join(__dirname, '..');
2222

2323
const watcher = chokidar
24-
.watch('./post/**/*', {
24+
.watch('./post', {
2525
cwd,
2626
ignoreInitial: true,
2727
})

0 commit comments

Comments
 (0)