We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53455d7 + b41fcc4 commit 8b86cfdCopy full SHA for 8b86cfd
1 file changed
data/pm2.json
@@ -77,6 +77,10 @@
77
{
78
"title": "অ্যাকশনস(Actions)",
79
"items": [
80
+ {
81
+ "definition": "প্রসেস শুরু করা",
82
+ "code": "pm2 start app.js"
83
+ },
84
85
"definition": "সব প্রসেসকে বন্ধ করে দেয়",
86
"code": "pm2 stop all"
0 commit comments