diff --git a/src/app/conversations/[projectId]/page.tsx b/src/app/conversations/[projectId]/page.tsx index ccb3be9..35cca72 100644 --- a/src/app/conversations/[projectId]/page.tsx +++ b/src/app/conversations/[projectId]/page.tsx @@ -44,7 +44,13 @@ export default async function ProjectChatPage({ return ( { + const source = await readFile(projectChatPagePath, "utf8"); + const realtimeRefreshConfig = source.match(/