We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05317b commit 389a2f3Copy full SHA for 389a2f3
ecosystem.config.js
@@ -4,6 +4,7 @@ module.exports = {
4
script: "index.js",
5
args: ["--color", "--time"],
6
time: true,
7
- max_memory_restart: "300M"
+ max_memory_restart: "300M",
8
+ interpreter: "/home/inventivetalent/.nvm/versions/node/v20.19.5/bin/node"
9
}]
10
}
0 commit comments