New Chnages
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user