Skip to content

Commit

Permalink
Added pm2 start/stop scripts. *just for linux*
Browse files Browse the repository at this point in the history
  • Loading branch information
IMXNOOBX committed Apr 2, 2024
1 parent 7e88575 commit 9a22fdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"build": "next build",
"start": "next start",
"production": "next build && next start -p 4224",
"lint": "next lint"
"lint": "next lint",
"pm2-start": "pm2 start \"npm run production\" --name my-universe",
"pm2-stop": "pm2 delete my-universe"
},
"dependencies": {
"framer-motion": "^11.0.20",
Expand Down

0 comments on commit 9a22fdc

Please sign in to comment.