mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm test:*)",
|
|
"Bash(npm run typecheck:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(cat:*)",
|
|
"WebSearch",
|
|
"WebFetch(domain:github.com)"
|
|
],
|
|
"deny": []
|
|
},
|
|
"outputStyle": "Explanatory"
|
|
}
|