express-admin icon indicating copy to clipboard operation
express-admin copied to clipboard

how to configure server using nodemon

Open 19SDK88 opened this issue 2 years ago • 1 comments
trafficstars

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? WhatsApp Image 2022-12-31 at 1 23 22 PM

image

19SDK88 avatar Dec 31 '22 07:12 19SDK88

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.

simov avatar Dec 31 '22 08:12 simov