Leo 3 년 전
부모
커밋
12263256ff
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      ecosystem.config.js

+ 2 - 1
ecosystem.config.js

@@ -2,7 +2,8 @@ module.exports = {
   apps: [
     {
       name: "novel",
-      script: "./node_modules/next/dist/bin/next start",
+      script: "yarn",
+      args: "start",
       instances: "max",
       env: {
         NODE_ENV: "production",