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
Use case: I have a task that starts a server in development mode. I would like to use watch to interrupt the ongoing build task before starting the new one.
I assume this would be the desired behavior for long-running build tasks as well.
Use case: I have a task that starts a server in development mode. I would like to use
watchto interrupt the ongoing build task before starting the new one.I assume this would be the desired behavior for long-running build tasks as well.