Leo 3 tahun lalu
induk
melakukan
fce32d9d07
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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",