refactor: remove old ecosystem configuration files and replace with JSON format
This commit is contained in:
13
frontend/ecosystem.config.json
Normal file
13
frontend/ecosystem.config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"apps": [{
|
||||
"name": "portfolio-frontend",
|
||||
"script": "npm",
|
||||
"args": "start",
|
||||
"instances": 1,
|
||||
"autorestart": true,
|
||||
"watch": false,
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user