mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +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
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "example-env-vars",
|
|
"type": "registry:item",
|
|
"envVars": {
|
|
"APP_URL": "https://example.com",
|
|
"EMPTY_VAR": "",
|
|
"MULTILINE_VAR": "\"line1\nline2\nline3\""
|
|
}
|
|
}
|