Skip to content

Commit

Permalink
fix: pm2 script
Browse files Browse the repository at this point in the history
  • Loading branch information
DavDeDev committed Jul 21, 2023
1 parent 0bafc14 commit e25f488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
apps: [
{
name: 'DisCal',
script: 'npm run start:prod',
script: 'npm',
args: 'start',
watch: ['build'],
env: {
NODE_ENV: 'production',
Expand Down

0 comments on commit e25f488

Please sign in to comment.