I tried to start the application server using nodemon but got stuck in LOOP.
It's modifying some configuration files repetitively due to this nodemon restarting server again and again.
do we have any solution or any workaround for this?
After the initial configuration no configuration files are being updated automatically, so maybe you can run it with just node initially, configure it, and only then run it with nodemon.
I tried to start the application server using nodemon but got stuck in LOOP. It's modifying some configuration files repetitively due to this nodemon restarting server again and again.
do we have any solution or any workaround for this?