mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
Implement `--config <file>` option to allow config loading from an arbitrary file instead of being bound to the static `$PWD/nodemon.json`. Closes #755 Closes #855