remove local pnpm deps

This commit is contained in:
wobsoriano
2022-11-02 09:18:00 -07:00
parent bdeada0e6e
commit 0e240663ca
432 changed files with 19875 additions and 20 deletions

View 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"
}
]
}