module.exports = { apps: [ { name: 'gami', port: '3000', exec_mode: 'cluster', instances: 'max', script: './.output/server/index.mjs', env: { NUXT_APP_CDN_URL: 'https://public.gami.vip/gami-web/', }, }, ], }