Skip to content

Commit

Permalink
Added pm2 restart script
Browse files Browse the repository at this point in the history
  • Loading branch information
IMXNOOBX committed Jan 28, 2025
1 parent aaf979f commit 94d0221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"production": "next build && next start -p 4224",
"lint": "next lint",
"pm2:start": "pm2 start \"npm run production\" --name my-universe",
"pm2:restart": "npm run production && pm2 restart my-universe --update-env",
"pm2:rs": "pm2 restart my-universe --update-env",
"pm2:stop": "pm2 delete my-universe",
"b" : "bumpp"
Expand Down

0 comments on commit 94d0221

Please sign in to comment.