Rename AI example directories from apps/ to web/

This commit is contained in:
Aman Varshney
2025-04-19 11:05:44 +05:30
parent 492ddf92ac
commit 88afa9a5ff
10 changed files with 17 additions and 12 deletions

View File

@@ -14,6 +14,11 @@ export async function getAddonsChoice(
frontends?.includes("tanstack-router");
const addonOptions = [
{
value: "turborepo" as const,
label: "Turborepo (Recommended)",
hint: "Optimize builds for monorepos",
},
{
value: "starlight" as const,
label: "Starlight",
@@ -29,11 +34,6 @@ export async function getAddonsChoice(
label: "Husky",
hint: "Add Git hooks with Husky, lint-staged (requires Biome)",
},
{
value: "turborepo" as const,
label: "Turborepo",
hint: "Optimize builds for monorepos",
},
];
const webAddonOptions = [