mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-08 18:39:31 +08:00
* feat: add tests package * fix * fix * debug * debug * debug * fix * debug * fix: no concurrent * fix * test: add vite-app tests * test: add tests
14 lines
297 B
JSON
14 lines
297 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "example-item-to-root",
|
|
"type": "registry:item",
|
|
"files": [
|
|
{
|
|
"path": "example/config.json",
|
|
"type": "registry:item",
|
|
"content": "{\"foo\": \"bar\"}",
|
|
"target": "~/config.json"
|
|
}
|
|
]
|
|
}
|