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 00c0645 commit 7dfbac3
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 @@ -5,7 +5,7 @@ module.exports = {
script: "pnpm",
args: "dev",
cwd: "$HOME/visualdynamics2/apps/server",
autorestart: false,
autorestart: true,
watch: false,
max_memory_restart: '1G',
env: {
Expand Down

0 comments on commit 7dfbac3

Please sign in to comment.