@@ -2,7 +2,8 @@ module.exports = {
apps: [
{
name: "novel",
- script: "yarn start",
+ script: "npm",
+ args: "start",
instances: "max",
env: {
NODE_ENV: "production",