Leo 3 years ago
parent
commit
fce32d9d07
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: [
   apps: [
     {
     {
       name: "novel",
       name: "novel",
-      script: "next start",
+      script: "./node_modules/next/dist/bin/next start",
       instances: "max",
       instances: "max",
       env: {
       env: {
         NODE_ENV: "production",
         NODE_ENV: "production",