When using this cool library with @trpc/server together in one full-stack SvelteKit app, I encountered an issue where it is not possible to use client trpc without using isServer: true option when creating a server. How do I abstract @trpc/server from client so that it doesnt load with bundle? Thanks
When using this cool library with @trpc/server together in one full-stack SvelteKit app, I encountered an issue where it is not possible to use client
trpc
without usingisServer: true
option when creating a server. How do I abstract @trpc/server from client so that it doesnt load with bundle? Thanks