simov / express-admin

MySQL, MariaDB, PostgreSQL, SQLite admin for Node.js
MIT License
1.17k stars 222 forks source link

how to configure server using nodemon #160

Open 19SDK88 opened 1 year ago

19SDK88 commented 1 year ago

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

simov commented 1 year ago

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.