feat(cli): migrate vibe-rules to ruler (#503)

This commit is contained in:
Aman Varshney
2025-08-13 16:10:53 +05:30
committed by GitHub
parent c5701c392d
commit 94dcd82afd
7 changed files with 158 additions and 74 deletions

View File

@@ -5,7 +5,7 @@ import { PKG_ROOT } from "../../constants";
import type { ProjectConfig } from "../../types";
import { processTemplate } from "../../utils/template-processor";
async function processAndCopyFiles(
export async function processAndCopyFiles(
sourcePattern: string | string[],
baseSourceDir: string,
destDir: string,