Skip to content

Commit

Permalink
feat: add pm2 config (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored Aug 6, 2024
1 parent 2439898 commit 8dc4bcc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ecosystem.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
apps: [
{
name: "web",
script: "npm",
args: "start -- --http --http-wait-for-sync=false",
},
{
name: "indexer",
script: "npm",
args: "start -- --indexer --http",
},
],
};

0 comments on commit 8dc4bcc

Please sign in to comment.