You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this to work, I need the ability to add routes programatically to the http server underneath fresh.
I found the following code which starts the HTTP server:
Maybe a clean idea would be to be able to access ctx.handlers() via a hook as a plugin?
If that's the case, I could write a trpc plugin for fresh, which would be mega awesome! <3
The text was updated successfully, but these errors were encountered:
Hi there,
I would like to fuse fresh & trpc (v10).
For this to work, I need the ability to add routes programatically to the http server underneath fresh.
I found the following code which starts the HTTP server:
Maybe a clean idea would be to be able to access ctx.handlers() via a hook as a plugin?
If that's the case, I could write a trpc plugin for fresh, which would be mega awesome! <3
The text was updated successfully, but these errors were encountered: