/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/module-extra-meta/index.js
14 строк
384 B
Unitech
Update README.md and fully restructure tests
24 янв 2018, 14:43
24 янв 2018, 14:43
dcd190b
Код
Авторство
О чём код?
var pmx = require('pmx'); /** * set "PM2_WAIT_FOR_INIT" : TIME to tell PM2 to show human infos */ pmx.configureModule({ human_info : [ [ 'Description', 'Gridcontrol is now running, tasdkkals dk als dkl askdl\nasd lsdakl kdsald asdsd\nAnd hthis like that and bla blab\nYESY!' ], [ 'Port', 8000], [ 'Grid name', 'Sisi la grid'] ] }); setInterval(() => {}, 1000);