Skip to content

Commit

Permalink
add ecosystem file again
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Jul 26, 2024
1 parent f4d9996 commit 548d00f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ecosystem.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// This is a configuration file for pm2, a production process manager for nodejs
module.exports = {
apps : [{
name : "lean4web",
script : "server/index.mjs",
env: {
NODE_ENV: "production",
PORT: 8001
},
}]
}

0 comments on commit 548d00f

Please sign in to comment.