Files
AIGC/demo/frontend/.claude/settings.local.json

15 lines
266 B
JSON
Raw Normal View History

2025-11-13 17:01:39 +08:00
{
"permissions": {
"allow": [
"Bash(if exist dist rmdir /s /q dist)",
"Bash(npm run build:*)",
"Bash(find:*)",
"Bash(npm run dev:*)",
"Bash(npm install)",
"Bash(npm cache clean:*)"
],
"deny": [],
"ask": []
}
}