Skip to content

Commit

Permalink
fix : github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Atuldubey98 committed Mar 30, 2024
1 parent 70c51dd commit 80ad979
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
apps: [
{
name: "backend",
script: "./backend/src/server.js",
env: {
NODE_ENV: "development",
},
env_production: {
NODE_ENV: "production",
},
},
],
};

0 comments on commit 80ad979

Please sign in to comment.