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 b33ceb4 commit bed728e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
apps: [
{
name: "flask-api",
name: "server",
script: "poetry",
args: "run flask run",
cwd: "$HOME/visualdynamics2/apps/server",
Expand All @@ -11,7 +11,7 @@ module.exports = {
interpreter: "/bin/bash",
},
{
name: 'nextjs-client',
name: 'client',
script: 'pnpm',
args: "start",
cwd: "$HOME/visualdynamics2/apps/client",
Expand Down

0 comments on commit bed728e

Please sign in to comment.