We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e844f commit 3c525b8Copy full SHA for 3c525b8
apps/v4/content/docs/registry/examples.mdx
@@ -580,7 +580,7 @@ You can also have a universal item that installs multiple files:
580
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
581
"name": "my-custom-start-template",
582
"type": "registry:item",
583
- dependencies: ["better-auth"]
+ "dependencies": ["better-auth"],
584
"files": [
585
{
586
"path": "/path/to/file-01.json",
0 commit comments