When running my application in watch mode using the nest start --watch
command, the server automatically restarts whenever a source file is changed.
While this behavior is expected, I am looking for a way to exclude certain directories or files from triggering a server restart upon change.
Is there a method within NestJS to achieve this customization?