Newer
Older
taehui / qwilight-fe / ecosystem.config.js
@Taehui Taehui on 17 Mar 172 bytes v1.0.0
module.exports = {
  apps: [
    {
      name: "qwilight-fe",
      script: "pnpm",
      args: "start",
      instances: "max",
      exec_mode: "cluster",
    },
  ],
};