refactor: remove old ecosystem configuration files and replace with JSON format

This commit is contained in:
2025-06-09 18:02:55 -03:00
parent 953483ee15
commit 48686a741f
5 changed files with 25 additions and 29 deletions

View File

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