Files
portfolio-app/backend/ecosystem.config.json

12 lines
196 B
JSON

{
"apps": [{
"name": "portfolio-backend",
"script": "server.js",
"instances": 1,
"autorestart": true,
"watch": false,
"env": {
"NODE_ENV": "production"
}
}]
}