mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-02-01 04:37:55 +01:00
convert to pnpm workspace
This commit is contained in:
18
packages/playground/package.json
Normal file
18
packages/playground/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "playground",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"prepare": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"trpc-nuxt": "link:../trpc",
|
||||
"zod": "^3.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nuxt": "3.0.0-rc.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user