mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
* feat: support using ‘nodemonConfig’ in package.json Implements loading configuration options from the `nodemonConfig` value in the package.json, nodemon.json is still preferred before looking at the new option. Also includes tests. Closes #873 * docs: update for using ‘nodemonConfig’ in package.json Add to both the README and `nodemon --help config`. #1028