Skip to content

Commit

Permalink
Merge pull request #2141 from weather-gov/eg-pm2-config-fix
Browse files Browse the repository at this point in the history
PM2 watch config tweak
  • Loading branch information
eric-gade authored Dec 3, 2024
2 parents 8c480e0 + 06f91f1 commit c8cc7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-interop-layer/ecosystem.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = {
ignore_watch: ["newrelic_agent.log", "node_modules", ".pm2"],
args: "--update-env",
interpreter_args: "--experimental-loader newrelic/esm-loader.mjs -r newrelic",
watch: ["*.js"]
watch: ["**/*.js"]
}]
}

0 comments on commit c8cc7cd

Please sign in to comment.