pm2
Here are 481 public repositories matching this topic...
.jsx instead of .js
Type of issue: (feature suggestion, bug?)
Suggestion
Chapter:
no-chapter
Why use .jsx instead of .js? It's not a best practice: facebook/create-react-app#87 (comment)
-
Updated
May 13, 2020 - JavaScript
-
Updated
May 13, 2020 - JavaScript
-
Updated
Apr 26, 2020 - Dockerfile
-
Updated
Mar 27, 2018 - JavaScript
-
Updated
May 21, 2020 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Mar 12, 2017 - JavaScript
We are using AMQP (rabbitmq) for queue management but it's client stops connecting to server if I integrate pmx with my code.
When I debugged , found out that self.stream.once('readable', recv); was not getting any data. As soon as I removed pmx, it started working.
Pleas
-
Updated
Jan 8, 2018 - JavaScript
-
Updated
Apr 16, 2019 - JavaScript
-
Updated
Jul 8, 2018 - JavaScript
-
Updated
Jul 29, 2019 - JavaScript
-
Updated
May 1, 2020 - TypeScript
Can you describe status of this project?
Are you open for contributors?
Have this project official sponsor?
One of strongest advantages of Symfony is great documentation. I see that docs
https://nodefony.net/documentation/5.0.9/nodefony
is incomplete now. For example link to mail does not works.
How can you describe plans of development of documentation?
-
Updated
Sep 6, 2016 - JavaScript
Improve this page
Add a description, image, and links to the pm2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pm2 topic, visit your repo's landing page and select "manage topics."
There is no "pre-deploy" hook listed here as an option at https://pm2.keymetrics.io/docs/usage/deployment/. It should also be mentioned that this hook will run BEFORE
git pulloccurs, e.g. you may want to suggest to users to putgit reset --hardas thepre-deployhook in case their files such asyarn.lockchange frequently, or localization occurs.