Skip to content

Commit

Permalink
!Hotfix : 오늘의 마지막 시도
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariling committed Feb 7, 2024
1 parent 8f0cedd commit 2a5c7a3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
apps: [
{
name: "flouD",
script: "./node_modules/next/dist/bin/next",
args: "start",
exec_mode: "cluster",
instances: "2",
autorestart: true,
watch: true,
max_memory_restart: "1G",
env: {
NODE_ENV: "production",
},
},
],
};

0 comments on commit 2a5c7a3

Please sign in to comment.