fix: fix project access cache issue

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-18 15:00:00 +02:00
parent ea483d41a0
commit d8a297edf2
4 changed files with 551 additions and 17 deletions

View File

@@ -21,12 +21,6 @@ import { getCookiesFn } from '@/hooks/use-cookie-store';
import { useSessionExtension } from '@/hooks/use-session-extension';
import { op } from '@/utils/op';
import type { AppRouter } from '@openpanel/trpc';
import { createServerOnlyFn } from '@tanstack/react-start';
import {
getCookie,
getCookies,
getRequestHeaders,
} from '@tanstack/react-start/server';
import type { TRPCOptionsProxy } from '@trpc/tanstack-react-query';
op.init();