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
+5 -5
View File
@@ -2123,11 +2123,6 @@ export const sidebar = sidebarAttachHrefCommonOptions([
path: "/troubleshooting/errors-installing-cli",
title: "Errors Installing CLI",
},
{
type: "link",
path: "/troubleshooting/pnpm-errors",
title: "pnpm Errors",
},
{
type: "link",
path: "/troubleshooting/general-errors",
@@ -2149,6 +2144,11 @@ export const sidebar = sidebarAttachHrefCommonOptions([
path: "/troubleshooting/database-errors",
title: "Database Errors",
},
{
type: "link",
path: "/troubleshooting/dist-imports",
title: "Importing from /dist"
}
],
},
{