New Chnages

This commit is contained in:
2026-07-24 16:11:54 +05:30
parent 9d0504f8c1
commit 72552f2381
6 changed files with 1704 additions and 71 deletions
+2 -3
View File
@@ -4,9 +4,8 @@ import process from "node:process";
import { fileURLToPath } from "node:url";
const exampleRoot = join(dirname(fileURLToPath(import.meta.url)), "..");
const workspaceRoot = join(exampleRoot, "..", "..");
const referencePath = join(workspaceRoot, "packages", "ui", "component-reference.json");
const uiComponentsPath = join(workspaceRoot, "packages", "ui", "components");
const referencePath = join("node_modules", "@wrnexus", "ui", "component-reference.json");
const uiComponentsPath = join("node_modules", "@wrnexus", "ui", "components");
const pagesDir = join(exampleRoot, "app", "pages");
const detailPagesDir = join(pagesDir, "components");
const layoutsDir = join(exampleRoot, "app", "layouts");