-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Situation
I often have 2 terminals open with denon running my tests each time I change a test tests/**/*.test.ts
but only restarting my application when the actual application src/**/*.ts
changes. I want to start my application and only restart it if I change source code. Currently, my application starts each time I change my tests. These are functional tests so the application must be running.
Describe the solution you'd like
A command line parameter to tell denon only to watch certain files.
Describe alternatives you've considered
I don't need a config file because I want each console to use a different filter.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request