{
    "apps": [{
        "name": "app",
        "script": "/node_modules/atweb/bin/web.js",
        "args": "/atweb/app dev",
        "cwd": "/atweb",
        "autorestart": true,
        "watch": "/atweb/app",
        "ignore_watch" : ["/atweb/app/.git/**", ".tpl","app/web","app/dist"],
        "error_file" : "/data/logs/pm2/error.log",
        "out_file"   : "/data/logs/pm2/output.log",
        "watch_options": {
            "usePolling": true
        }
    }]
}