Replies: 1 comment
-
If the scopes is too big I think letting us create multiple endpoints could be a temporary solution. But then we need a way to choose which endpoint we are hitting, so instead of app.$client we may need a composable like useTRPC(route: string): ?<- different routers depends on given route. |
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
-
Hey 👋
I'm wondering if there's a way to use this module together with the nuxt layers feature: https://nuxt.com/docs/guide/going-further/layers
Things like having an auth/user router in the base repository and then plugging individual routers into the base router on the project that extends the base repo.
Maybe this is already possible but unfortunately I couldn't figure out how, so if someone got resources or examples for that I'd highly appreciate it!
Beta Was this translation helpful? Give feedback.
All reactions