mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
13 lines
229 B
JSON
13 lines
229 B
JSON
[{
|
|
"name" : "echo",
|
|
"script" : "./examples/echo.js",
|
|
"max" : "10"
|
|
},{
|
|
"name" : "api",
|
|
"script" : "./examples/child.js",
|
|
"instances" : "4"
|
|
},{
|
|
"name" : "bus",
|
|
"script" : "./examples/echokill.js"
|
|
}]
|