Nodemon restart with 'rs' not working
codeBelt opened this issue · 0 comments
codeBelt commented
Nodemon restart with 'rs' not working. It's related to an issue with concurrently:
https://github.com/kimmobrunfeldt/concurrently/issues/121
If you want this to work and you are on a mac. Change the dev task to "dev": "npm run watchServer & npm run devServer",