1.1.0 • Published 12 months ago

trpc-local-link v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago
import { createTRPCClient } from '@trpc/client';
import { localLink } from 'trpc-local-link';

import { type AppRouter, appRouter } from '@/api';

export const trpcClient = createTRPCClient<AppRouter>({ links: [localLink(appRouter)] });
1.1.0

12 months ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago