make trpc-nuxt flexible by exporting server and client functions instead of nuxt modules

This commit is contained in:
Robert Soriano
2022-10-29 21:50:27 -07:00
parent bad2de134b
commit ae920a37fd
20 changed files with 713 additions and 780 deletions

2
client.d.ts vendored
View File

@@ -1 +1 @@
export * from './dist/runtime/client'
export * from './dist/client'