Replies: 1 comment
-
I missed this on the SvelteKit docs:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a typed way to make a request from server to server without the network layer? I'm using SvelteKit and it feels wrong for SSR.
app.request
is not as typesafe as the RPC client and it's focused on tests, right? Besides telling me to move to tRPC what would be the right approach?Beta Was this translation helpful? Give feedback.
All reactions