How to restart watch mode for newly created files? #1247
Unanswered
ChristianIvicevic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a simple package in a monorepo with the following configuration:
What I noticed is that adding a new file in the src folder once watch mode is running does not cause it to be picked up. Since I just run
turbo dev
across all packages in the repo at the same time I can technically manually restart it, but the other apps in there need a few seconds to restart and it's just bad DX. Is there a common way to deal with picking up new files despite using the glob pattern?Beta Was this translation helpful? Give feedback.
All reactions