mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-07 18:26:17 +00:00
fix(cli): ignore waveform cache in project watcher
This commit is contained in:
@@ -25,6 +25,7 @@ describe("shouldWatchProjectFile", () => {
|
||||
expect(shouldWatchProjectFile(".hyperframes/cache.json")).toBe(false);
|
||||
expect(shouldWatchProjectFile(".transcode-cache/proxy.mp4")).toBe(false);
|
||||
expect(shouldWatchProjectFile(".thumbnails/frame.jpg")).toBe(false);
|
||||
expect(shouldWatchProjectFile(".waveform-cache/peaks.json")).toBe(false);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ const WATCHER_EXCLUDED_DIRS = new Set([
|
||||
".next",
|
||||
".thumbnails",
|
||||
".transcode-cache",
|
||||
".waveform-cache",
|
||||
".vite",
|
||||
"build",
|
||||
"coverage",
|
||||
|
||||
Reference in New Issue
Block a user