/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/test-all-keymetrics-features/process.config.js
26 строк
495 B
Unitech
Update README.md and fully restructure tests
24 янв 2018, 14:43
24 янв 2018, 14:43
dcd190b
Код
Авторство
О чём код?
module.exports = { "pm2" : [{ "script" : "pm2_probe.js" }, { "script" : "event.js" }, { "script" : "http_app.js", "instances" : 4 }, { "script" : "probes.js" }, { "script" : "http_transaction.js" }, { "script" : "process-transpose.js" }, { "script" : "scoped-actions.js" }, { "script" : "custom_action.js" }, { "script" : "custom_action_with_params.js" }, { "script" : "http_transaction.js" }, { "script" : "throw.js" }] }