Skip to content

Commit

Permalink
Create ecosystem.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KATTA-00 authored Jan 27, 2024
1 parent a28debc commit 33c865f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/backend/ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
apps: [{
name: "impax",
script: "./dist/index.js",
watch: true,
ignore_watch: ["node_modules"],
restart_delay: 1000,
}]
};

0 comments on commit 33c865f

Please sign in to comment.