I created a public folder within root directory to store user uploaded files. But under npm run start:dev mode, every time I upload a file, Nest has detected file change and restarts server. How can I do to avoid this? Thanks.
Dir structure:
-project
-dist
-src
-public
-(other files)