clintonwoo/hackernews-react-graphql

Nodemon & next.js - infinite reloads on error.

ronihcohen opened this issue · 2 comments

When there is an error on build npm run nodemon causing infinite reloads (because of next.js) so there is no a easy way to develop the BE part without building manually after each change.

This should now be fixed, thanks for the report. Next.js handles updates in the /pages directory and nodemon restarts the server for every change in src outside of that.