fix(docs): update tanstack commands (#10045)

This commit is contained in:
Ahmed Zougari
2026-03-15 06:00:58 +00:00
committed by GitHub
parent af99d4ebd3
commit b2cc0dfe59

View File

@@ -16,13 +16,13 @@ description: Install and configure shadcn/ui for TanStack Start.
Run the following command to create a new TanStack Start project with shadcn/ui:
```bash
npx shadcn@latest init -t tanstack
npx shadcn@latest init -t start
```
**For a monorepo project, use `--monorepo` flag:**
```bash
npx shadcn@latest init -t tanstack --monorepo
npx shadcn@latest init -t start --monorepo
```
### Add Components