mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
refactor: update
This commit is contained in:
parent
7c049cf438
commit
71ab356168
@ -6,7 +6,7 @@ import { api, HydrateClient } from "@/trpc/server";
|
||||
export default async function Home() {
|
||||
const hello = await api.post.hello({ text: "from tRPC" });
|
||||
|
||||
void api.post.getLatest.prefetch();
|
||||
// void api.post.getLatest.prefetch();
|
||||
|
||||
return (
|
||||
<HydrateClient>
|
||||
|
Loading…
Reference in New Issue
Block a user