mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore(web): add vibe rules in stack builder
This commit is contained in:
@@ -1004,6 +1004,7 @@ const generateCommand = (stackState: StackState): string => {
|
||||
"ultracite",
|
||||
"fumadocs",
|
||||
"oxlint",
|
||||
"vibe-rules",
|
||||
].includes(addon),
|
||||
);
|
||||
if (validAddons.length > 0) {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user