Skip to content

Commit

Permalink
feat: added pm2 conf
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanTilgner committed Jun 16, 2023
1 parent e033f9c commit f10ff85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pm2.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// run start command for pm2

module.exports = {
apps: [
{
name: "[APP NAME]",
script: "npm run start",
},
],
};

0 comments on commit f10ff85

Please sign in to comment.