Skip to content

Commit

Permalink
Add interpreter option to pm2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
nhamonin committed Dec 9, 2024
1 parent d5b272c commit aff1a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pm2.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
script: 'app.js',
node_args: '--experimental-specifier-resolution=node --env-file=.env',
max_size: '100M',
interpreter: '[email protected]',
},
],
};

0 comments on commit aff1a7c

Please sign in to comment.