mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 19:29:17 +01:00
* fix(deps): update tanstack-query monorepo to ^5.21.2 * fix(deps): update tanstack-query monorepo * fix: type issue with transformer * fix: issues with next-auth, updated to next canary * chore: fix type issue in trpc route * chore: fix formatting --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
import { createTRPCReact } from "@trpc/react-query";
|
|
|
|
import type { AppRouter } from ".";
|
|
|
|
export const clientApi = createTRPCReact<AppRouter>();
|