You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Additional context
The text was updated successfully, but these errors were encountered:
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 applicationsrc/**/*.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.
Additional context
The text was updated successfully, but these errors were encountered: