1
1
mirror of https://github.com/ZeroCatDev/ClassworksKV.git synced 2025-10-22 10:23:12 +00:00
ClassworksKV/.claude/settings.local.json
2025-10-02 12:07:50 +08:00

15 lines
282 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(pnpm create:*)",
"Bash(pnpm install:*)",
"Bash(pnpm add:*)",
"Bash(pnpm dlx:*)",
"WebFetch(domain:www.shadcn-vue.com)",
"Bash(pnpm build)"
],
"deny": [],
"ask": []
}
}