Answer the question
In order to leave comments, you need to log in
How to run babel-node via pm2?
Hello! I can't autostart the server via babel-node and pm2. Wrote a config file
{
"apps" : [{
"name" : "homegrow",
"script" : "./apps/homegrow/server.js",
"watch" : true,
"exec_interpreter" : "babel-node",
"exec_mode" : "fork",
}]
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question