mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(cli): update ruler addon with more mcp
This commit is contained in:
@@ -7,7 +7,7 @@ import type { Frontend, PackageManager, ProjectConfig } from "../../types";
|
||||
import { addPackageDependency } from "../../utils/add-package-deps";
|
||||
import { getPackageExecutionCommand } from "../../utils/package-runner";
|
||||
import { setupFumadocs } from "./fumadocs-setup";
|
||||
import { setupVibeRules } from "./ruler-setup";
|
||||
import { setupRuler } from "./ruler-setup";
|
||||
import { setupStarlight } from "./starlight-setup";
|
||||
import { setupTauri } from "./tauri-setup";
|
||||
import { setupUltracite } from "./ultracite-setup";
|
||||
@@ -88,7 +88,7 @@ ${pc.cyan("Docs:")} ${pc.underline("https://turborepo.com/docs")}
|
||||
}
|
||||
|
||||
if (addons.includes("ruler")) {
|
||||
await setupVibeRules(config);
|
||||
await setupRuler(config);
|
||||
}
|
||||
if (addons.includes("fumadocs")) {
|
||||
await setupFumadocs(config);
|
||||
|
||||
Reference in New Issue
Block a user