1.1.0 • Published 2 years ago

trpc-local-link v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago