Leo 3 anni fa
parent
commit
fce32d9d07
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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",