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