/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixtures/nvm-node-version/ecosystem.json
24 строки
441 B
Unitech
#2425 allow to specify node.js version via interpreter arg
03 окт 2016, 20:21
03 окт 2016, 20:21
885ecd7
Код
Авторство
О чём код?
{ /** * Application configuration section * http://pm2.keymetrics.io/docs/usage/application-declaration/ */ apps : [ // First application { name : "http-4.6", script : "http.js", interpreter : "node@4.6.0" }, { name : "http-6.7", script : "http.js", force : true, env : { PORT : 8002 }, interpreter : "node@6.7.0" }, ] }