fix: path

This commit is contained in:
shadcn
2024-12-20 19:12:22 +04:00
parent 811bb59a8f
commit 1081536246

View File

@@ -210,7 +210,7 @@ async function createMonorepoProject(
"-C",
templatePath,
"--strip-components=2",
"ui-shadcn-cli-monorepo/templates/monorepo-next",
"ui-main/templates/monorepo-next",
])
const extractedPath = path.resolve(templatePath, "monorepo-next")
await fs.move(extractedPath, projectPath)