This commit is contained in:
Aman Varshney
2025-04-14 21:45:28 +05:30
parent 8b03441909
commit 7f441ef670
268 changed files with 3513 additions and 3039 deletions

View File

@@ -29,6 +29,11 @@ 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 = [