Skip to content

Commit

Permalink
chore: updated init script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Oct 1, 2022
1 parent 2558370 commit 3fc1afa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ module.exports = {
{
name: 'meiliNG',
cwd: '.',
script: 'yarn',
args: ['start', '--no-cleanup'],
script: './dist/index.js',
env: {
// You should configure it here.
NODE_ENV: 'production',
Expand Down

0 comments on commit 3fc1afa

Please sign in to comment.