module.exports = {
apps : [{
name : "cmfai",
script : "./index.js", // path needs to be relative from ecosystem.config.js
watch : true,
watch_delay : 1000,
ignore_watch : ["node_modules"],
}]
}