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

+ 1 - 1
ecosystem.config.js

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