Leo 3 years ago
parent
commit
6453ce7869
1 changed files with 1 additions and 1 deletions
  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: {