Skip to content

Commit

Permalink
fix(config): change script pathname
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Aug 3, 2022
1 parent fa22b24 commit 983b55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
apps: [
{
name: 'nx-core',
script: 'index.js',
script: 'dist/main.js',
autorestart: true,
exec_mode: 'cluster',
watch: false,
Expand Down

0 comments on commit 983b55c

Please sign in to comment.