Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPP-782 Add nodemon plugin #176

Merged
merged 2 commits into from
Mar 8, 2022
Merged

CPP-782 Add nodemon plugin #176

merged 2 commits into from
Mar 8, 2022

Commits on Mar 8, 2022

  1. Add nodemon plugin

    This plugin provides a task that can be used in place of the Node plugin
    and will restart the running process if there are file changes in the
    directory or if the process exits unexpectedly. Will respect the
    configuration specified in a nodemon.json in $CWD or $HOME.
    ivomurrell committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    af2d99b View commit details
    Browse the repository at this point in the history
  2. Add configPath option to nodemon plugin

    Allow users to override the location of the nodemon config from its
    default location in either the $PWD or $HOME directory.
    ivomurrell committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    f56a8ba View commit details
    Browse the repository at this point in the history