subman-nextjs/ecosystem.config.js

9 lines
108 B
JavaScript
Raw Normal View History

2024-10-01 12:56:25 +00:00
module.exports = {
apps: [
{
name: "subman",
script: "npm run next start",
},
],
};