chore(web): add vibe rules in stack builder

This commit is contained in:
Aman Varshney
2025-08-09 14:42:03 +05:30
parent ae8df3be1f
commit 38403fe863
2 changed files with 9 additions and 0 deletions

View File

@@ -1004,6 +1004,7 @@ const generateCommand = (stackState: StackState): string => {
"ultracite",
"fumadocs",
"oxlint",
"vibe-rules",
].includes(addon),
);
if (validAddons.length > 0) {

View File

@@ -469,6 +469,14 @@ export const TECH_OPTIONS: Record<
color: "from-orange-500 to-orange-700",
default: false,
},
{
id: "vibe-rules",
name: "Vibe Rules",
description: "Install and apply BTS rules to editors",
icon: "",
color: "from-violet-500 to-violet-700",
default: false,
},
{
id: "turborepo",
name: "Turborepo",