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 a05ecb9 commit 00c0645
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module.exports = {
apps: [
{
name: "flask-api",
script: "poetry",
args: ["run", "flask", "run"],
script: "pnpm",
args: "dev",
cwd: "$HOME/visualdynamics2/apps/server",
autorestart: false,
watch: false,
Expand All @@ -18,8 +18,8 @@ module.exports = {
{
name: 'nextjs-client',
script: 'pnpm',
args:"start",
cwd:"/home/fernando/visualdynamics2/apps/client",
args: "start",
cwd: "$HOME/visualdynamics2/apps/client",
autorestart: true,
watch: false,
max_memory_restart: '1G',
Expand Down

0 comments on commit 00c0645

Please sign in to comment.