add storefront development sidebar

This commit is contained in:
Shahed Nasser
2025-03-10 14:20:29 +02:00
parent 46c9314f43
commit d2c4323299
7 changed files with 742 additions and 682 deletions
@@ -36,6 +36,13 @@ const sidebarMappings: {
}>,
paths: ["/integrations"],
},
{
module: async () =>
import(
"@/generated/generated-storefront-development-sidebar.mjs"
) as Promise<{ default: Sidebar.Sidebar }>,
paths: ["/storefront-development"],
},
]
export async function getSidebarForPath(
currentPath: string