Leo 3 лет назад
Родитель
Сommit
fce32d9d07
1 измененных файлов с 1 добавлено и 1 удалено
  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",