Leo 3 yıl önce
ebeveyn
işleme
8633e87544
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      ecosystem.config.js

+ 2 - 1
ecosystem.config.js

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