In Nest.js application I would like to create some kind of watch which will restart the whole application when some external file changes. Naturally observing a file for changes is an easy part, but I don't have an idea how to trigger restart in Nest.js within the application.