Replies: 1 comment 2 replies
-
do you happen to have a reproduction for this? I have a Next app that uses Docker (on a Mac) with nodemon and Next and changes to my server are reloaded and my Next.js app components are hot reloaded (via Fast Refresh). I also have apps that just run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in docker for mac nodemon doesn't work unless you do --legacy-watch. it appears to have the same problem with create-next-app. how can I add --legacy-watch?
Beta Was this translation helpful? Give feedback.
All reactions