Skip to content

Commit

Permalink
chore: pm2 ecosystem file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed May 2, 2023
1 parent 2ea6a66 commit 0e6da7e
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 @@ -8,7 +8,7 @@ module.exports = {
autorestart: true,
watch: false,
max_memory_restart: '1G',
interpreter: "bash",
interpreter: "/bin/bash",
env: {
ENV: 'development'
},
Expand Down

0 comments on commit 0e6da7e

Please sign in to comment.