module.exports = { apps: [ { name: "blog-bs", script: "serve", args: "-s build", watch: false, ignore_watch: ["node_modules"], log_date_format: "MM-DD HH:mm:ss.SSS Z", env: {}, max_restarts: 5, }, ], };