Yuken Tezuka 3 년 전
부모
커밋
7a622f8f63
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/app/src/stores/websocket.tsx

+ 1 - 0
packages/app/src/stores/websocket.tsx

@@ -44,6 +44,7 @@ export const useGlobalSocket = (): SWRResponse<Socket, Error> => {
   return useStaticSWR(GLOBAL_SOCKET_KEY);
 };
 
+// comment out for porduction build error: https://github.com/weseek/growi/pull/7131
 /*
  * Global Admin Socket
  */