- createTRPCContext + useTRPC hook for typed client access - NextTrpcProvider with SSR-safe absolute URL resolution - TanstackTrpcProvider for TanStack Start apps - /api/trpc catch-all route handler in web-next - Wire NextTrpcProvider into app providers - Add @repo/core-trpc to transpilePackages
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
import baseConfig from "@repo/core-eslint/base";
|
|
|
|
export default baseConfig;
|