refactor: move old libs and components to old folder

This commit is contained in:
2026-09-10 12:01:54 +05:00
parent bf2f8e57c8
commit 3834dadd03
64 changed files with 111 additions and 110 deletions
@@ -17,16 +17,7 @@
import fs from "node:fs";
import path from "node:path";
const DEFAULT_OLD = [
"routes/(old)/**",
"lib/registry/**",
"lib/registry.ts",
"lib/registry-helpers.ts",
"lib/categories.ts",
"lib/tools/**",
"lib/components/**",
"!lib/components/kit/**",
];
const DEFAULT_OLD = ["routes/(old)/**", "lib/old/**"];
const DEFAULT_NEW = [
"routes/preview/**",