ok build now

This commit is contained in:
n4ze3m
2023-04-10 20:40:43 +05:30
parent 9529903375
commit 6a204ceb28
5 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ import { createTRPCNext } from "@trpc/next";
import { type inferRouterInputs, type inferRouterOutputs } from "@trpc/server";
import superjson from "superjson";
import { type AppRouter } from "~/server/api/root";
import { type AppRouter } from "../server/api/root";
const getBaseUrl = () => {
if (typeof window !== "undefined") return ""; // browser should use relative url