Leo 3 лет назад
Родитель
Сommit
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",