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