Leo пре 3 година
родитељ
комит
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",