소스 검색

first commit

dygapp 7 년 전
부모
커밋
94c690e034
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/config.prod.js

+ 1 - 1
config/config.prod.js

@@ -6,7 +6,7 @@ module.exports = () => {
   // add your config here
   config.cluster = {
     listen: {
-      port: 8101,
+      port: 8000,
     },
   };