Ignore data folder when watching for changes in folders (when in dev mode)

This commit is contained in:
Deluan 2020-04-09 16:48:04 -04:00
parent 7bc3dace4c
commit 03044bcb68
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
-s -r "(\.go$$|navidrome.toml)" -R "(Jamstash-master|^ui)" -- go run .
-s -r "(\.go$$|navidrome.toml)" -R "(Jamstash-master|^ui|^data)" -- go run .