Skip to content

Commit

Permalink
chore(pm2): add config-service as an app
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Sep 1, 2023
1 parent 58c3246 commit 0761baf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ecosystem.bundle.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ module.exports = {
script: './core/index.js',
...args,
},
{
name: 'Mog Config',
script: './config-service/index.js',
...args,
},
{
name: 'Mog Friends',
script: './friends-service/index.js',
Expand Down
5 changes: 5 additions & 0 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ module.exports = {
script: 'out/core/index.js',
...args,
},
{
name: 'Mog Config',
script: 'out/config-service/index.js',
...args,
},
{
name: 'Mog Friends',
script: 'out/friends-service/index.js',
Expand Down

0 comments on commit 0761baf

Please sign in to comment.