Skip to content

Commit 38403fe

Browse files
chore(web): add vibe rules in stack builder
1 parent ae8df3b commit 38403fe

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

apps/web/src/app/(home)/_components/stack-builder.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ const generateCommand = (stackState: StackState): string => {
10041004
"ultracite",
10051005
"fumadocs",
10061006
"oxlint",
1007+
"vibe-rules",
10071008
].includes(addon),
10081009
);
10091010
if (validAddons.length > 0) {

apps/web/src/lib/constant.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,14 @@ export const TECH_OPTIONS: Record<
469469
color: "from-orange-500 to-orange-700",
470470
default: false,
471471
},
472+
{
473+
id: "vibe-rules",
474+
name: "Vibe Rules",
475+
description: "Install and apply BTS rules to editors",
476+
icon: "",
477+
color: "from-violet-500 to-violet-700",
478+
default: false,
479+
},
472480
{
473481
id: "turborepo",
474482
name: "Turborepo",

0 commit comments

Comments
 (0)