Leo 3 жил өмнө
parent
commit
12263256ff
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      ecosystem.config.js

+ 2 - 1
ecosystem.config.js

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