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
  */