thinkjs/template/pm2.json

14 lines
224 B
JSON

{
"apps": [{
"name": "<APP_NAME>",
"script": "production.js",
"cwd": "<ROOT_PATH>",
"max_memory_restart": "1G",
"autorestart": true,
"node_args": [],
"args": [],
"env": {
}
}]
}