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

+ 1 - 1
ecosystem.config.js

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