subman-nextjs/ecosystem.config.js

9 lines
108 B
JavaScript

module.exports = {
apps: [
{
name: "subman",
script: "npm run next start",
},
],
};