Newer
Older
taehui / qwilight-fe / ecosystem.config.js
@Taehui Taehui on 17 Mar 165 bytes 2024-03-17 오후 5:13
module.exports = {
  apps: [
    {
      name: "qwilight-fe",
      script: "next start -p 3001",
      instances: "max",
      exec_mode: "cluster",
    },
  ],
};