Skip to content

Commit

Permalink
feat(perseus-cli): add 'node_modules' to watch exclusions (#313)
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne <eschmidt@schmidt-ti.eu>
  • Loading branch information
gladion136 committed Feb 16, 2024
1 parent 8899151 commit 3f04e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ pub fn get_user_crate_name(dir: &Path) -> Result<String, ExecutionError> {
/// with these names, rather than any paths with these names. Further exclusions
/// should be manually specified.*
pub static WATCH_EXCLUSIONS: &[&str] =
&["dist", "target", "target_engine", "target_browser", ".git"];
&["dist", "target", "target_engine", "target_browser", ".git", "node_modules"];

0 comments on commit 3f04e40

Please sign in to comment.