frontend.sensualmoment.de/ecosystem.config.js
CCS Admin 967a3d23ce chore: add PM2 ecosystem config (port 3003)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 13:06:01 +00:00

14 lines
277 B
JavaScript

module.exports = {
apps: [
{
name: "sensualmoment",
script: "node_modules/next/dist/bin/next",
args: "start",
cwd: "/home/frontend/frontend.sensualmoment.de",
env: {
PORT: 3003,
NODE_ENV: "production",
},
},
],
}