WS Debugging

This commit is contained in:
Julien Valverdé
2024-07-17 03:26:44 +02:00
parent af9baa3e9a
commit 52f7c5cc4b
4 changed files with 20 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ export interface TRPCClientProviderProps {
export function TRPCClientProvider({ children }: TRPCClientProviderProps) {
const [queryClient] = useState(new QueryClient())
const [wsClient] = useState(createWSClient({ url: "/" }))
const [wsClient] = useState(createWSClient({ url: "ws://localhost:8069" }))
const [trpcClient] = useState(trpc.createClient({
links: [