Node Project has not ecosystem.js file, So where I can put this script in my node js project?

29 Views Asked by At
out_file: "/dev/null",
error_file: "/dev/null"

I want to disable PM2 logs stroe in my local machine and on the server too,

I tried to put this in package.json file after "script : {}" key,but it didn't work for me?

0

There are 0 best solutions below