Skip to content

Commit 593ad3f

Browse files
author
Sabbir Ahmed
authored
Merge branch 'develop' into patch-2
2 parents fa41dc7 + 8b86cfd commit 593ad3f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/pm2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@
7777
{
7878
"title": "অ্যাকশনস(Actions)",
7979
"items": [
80+
{
81+
"definition": "প্রসেস শুরু করা",
82+
"code": "pm2 start app.js"
83+
},
8084
{
8185
"definition": "সব প্রসেসকে বন্ধ করে দেয়",
8286
"code": "pm2 stop all"

0 commit comments

Comments
 (0)