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
In the future, I’d like to deprecate the current clients being all separated and move towards this being the default way to build clients.
So perhaps we can figure something out now that allows us to work towards this.
for example, we could toggle it at the top level of the rpcClients
rpcClients: {
// Feature flag to control client generation style
clientStyle: "combined" | "scoped" | "unified"
The text was updated successfully, but these errors were encountered:
In the future, I’d like to deprecate the current clients being all separated and move towards this being the default way to build clients.
So perhaps we can figure something out now that allows us to work towards this.
for example, we could toggle it at the top level of the rpcClients
rpcClients: {
// Feature flag to control client generation style
clientStyle: "combined" | "scoped" | "unified"
The text was updated successfully, but these errors were encountered: