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