mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-26 01:40:31 +01:00
feat: add file routing option
This commit is contained in:
20
examples/custom/package.json
Normal file
20
examples/custom/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "custom",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@trpc/client": "10.0.0-rc.4",
|
||||
"@trpc/server": "10.0.0-rc.4",
|
||||
"superjson": "^1.11.0",
|
||||
"trpc-nuxt": "workspace:*",
|
||||
"zod": "^3.19.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nuxt": "3.0.0-rc.13"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user