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.
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
This is more explanatory when declaring application behavioral options in package.json for example.
{ "name": "pm2-webshell", "description": "Webshell", "version": "3.0.1", "pm2" : { "script" : "app.js", "max_memory_restart" : "200M" }, "dependencies": { "debug": "~2.2.0", }, "license": "MIT" }
The text was updated successfully, but these errors were encountered:
#2290 allow to declare apps list under 'pm2' attribute in ecosystem f…
81ed75e
…iles
pending release
Sorry, something went wrong.
Published on PM2 2.6.0:
$ npm install pm2@latest -g $ pm2 update
Unitech#2290 allow to declare apps list under 'pm2' attribute in ecos…
2751b24
…ystem files
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
This is more explanatory when declaring application behavioral options in package.json for example.
The text was updated successfully, but these errors were encountered: