mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
14 lines
228 B
JSON
14 lines
228 B
JSON
{
|
|
"apps": [{
|
|
"name": "<APP_NAME>",
|
|
"script": "www/production.js",
|
|
"cwd": "<ROOT_PATH>",
|
|
"max_memory_restart": "1G",
|
|
"autorestart": true,
|
|
"node_args": [],
|
|
"args": [],
|
|
"env": {
|
|
|
|
}
|
|
}]
|
|
} |