docs: add a troubleshooting guide for dist imports (#9442)

This commit is contained in:
Shahed Nasser
2024-10-03 14:17:48 +03:00
committed by GitHub
parent ab5a7ca691
commit 1bb3f8b5b1
6 changed files with 55 additions and 30 deletions
+8 -8
View File
@@ -8631,14 +8631,6 @@ export const generatedSidebar = [
"title": "Errors Installing CLI",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/troubleshooting/pnpm-errors",
"title": "pnpm Errors",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -8670,6 +8662,14 @@ export const generatedSidebar = [
"path": "/troubleshooting/database-errors",
"title": "Database Errors",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/troubleshooting/dist-imports",
"title": "Importing from /dist",
"children": []
}
]
},