08335 / hivui-platform-template
hivui平台项目模板
Newer
Older
hivui-platform-template / processes.json
{
    "apps": [
        {
            "name": "vite-0000221-mflm",
            "cwd": "./",
            "script": "./build/pm2.js",
            "args":"--host --port 43447",
            "log_date_format": "YYYY-MM-DD HH:mm:ss",
            "instances": 1,
            "min_uptime": "30s",
            "max_restarts": 10000,
            "max_memory_restart": "512M", 
            "watch": false,
            "ignore_watch": ["hi-vui-logs","eaptpl","eaptpl_backup","test","build","config","node_modules"],
            "merge_logs": true,
            "exec_interpreter": "node",
            "exec_mode": "cluster",
            "autorestart": false,
            "vizion": false
        }
    ]
}