add examples to workspace

This commit is contained in:
wobsoriano
2023-07-12 10:47:53 -07:00
parent 117f7b791f
commit 7c9392b209
3 changed files with 753 additions and 58 deletions

View File

@@ -16,7 +16,7 @@
"dependencies": { "dependencies": {
"@trpc/client": "^10.34.0", "@trpc/client": "^10.34.0",
"@trpc/server": "^10.34.0", "@trpc/server": "^10.34.0",
"trpc-nuxt": "^0.10.6", "trpc-nuxt": "workspace:*",
"zod": "^3.21.4" "zod": "^3.21.4"
} }
} }

808
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,4 @@
packages: packages:
- playground - playground
- examples/*
- docs - docs