Skip to content

Commit

Permalink
devbox script update (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bee-Mar authored Apr 11, 2024
1 parent 8f98a72 commit 90e7676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"pm2 start $PWD/dev/ecosystem.json"
],
"stop": [
"pm2 stop $PWD/dev/ecosystem.json"
"pm2 stop mmpm"
],
"remove": [
"pm2 delete $PWD/dev/ecosystem.json"
"pm2 delete mmpm"
],
"logs": [
"pm2 logs mmpm"
Expand Down

0 comments on commit 90e7676

Please sign in to comment.