Currently the directory that contains the function script file is automatically watched. In my case, node_modules is also present in the same directory. Hence any change made to this directory results in restarting of host. Is there any way to exclude directories from being watched. Similar to what we have in host.json "watchDirectories", Do we have any attribute that satisfies my request?