Ghost/.github
Daniel Lockyer 6207766ce7
Migrated from nodemon to native Node --watch
fixes https://github.com/TryGhost/Toolbox/issues/493

- `nodemon` doesn't properly wait for graceful shutdown if there's a job
  running in Ghost when it tries to reload, so it ends up producing
  errors because two versions of Ghost are started
- Node 18 added a `--watch` flag, which reloads if any required file is
  changed
- switching from nodemon to this native feature should keep the
  core functionality the same but fix this edge case that disrupts the
  development flow
2023-03-21 15:57:41 +01:00
..
hooks Removed pre-commit linting on non-main branches 2022-10-27 11:47:10 +07:00
ISSUE_TEMPLATE
workflows Switched browser tests back to standard CI machines 2023-03-20 21:34:18 +01:00
AUTO_ASSIGN
CONTRIBUTING.md
dev.js Migrated from nodemon to native Node --watch 2023-03-21 15:57:41 +01:00
FUNDING.yml
PULL_REQUEST_TEMPLATE.md
SUPPORT.md