Skip to content

Commit 1081536

Browse files
committed
fix: path
1 parent 811bb59 commit 1081536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shadcn/src/utils/create-project.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ async function createMonorepoProject(
210210
"-C",
211211
templatePath,
212212
"--strip-components=2",
213-
"ui-shadcn-cli-monorepo/templates/monorepo-next",
213+
"ui-main/templates/monorepo-next",
214214
])
215215
const extractedPath = path.resolve(templatePath, "monorepo-next")
216216
await fs.move(extractedPath, projectPath)

0 commit comments

Comments
 (0)