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

13 lines
212 B
JSON

{
"apps": [{
"name": "portfolio-frontend",
"script": "npm",
"args": "start",
"instances": 1,
"autorestart": true,
"watch": false,
"env": {
"NODE_ENV": "production"
}
}]
}