mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-30 03:38:44 +01:00
remove local pnpm deps
This commit is contained in:
29
docs/.vercel/output/config.json
Normal file
29
docs/.vercel/output/config.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": 3,
|
||||
"overrides": {
|
||||
"index.html": {
|
||||
"path": ""
|
||||
},
|
||||
"get-started/installation/index.html": {
|
||||
"path": "get-started/installation"
|
||||
},
|
||||
"examples/basic/index.html": {
|
||||
"path": "examples/basic"
|
||||
},
|
||||
"get-started/usage/index.html": {
|
||||
"path": "get-started/usage"
|
||||
},
|
||||
"examples/multiple-routers/index.html": {
|
||||
"path": "examples/multiple-routers"
|
||||
}
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"handle": "filesystem"
|
||||
},
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "/__nitro"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user