Files
pqs-9100_client/.claude/settings.local.json

16 lines
303 B
JSON
Raw Normal View History

2025-11-27 20:50:59 +08:00
{
"permissions": {
"allow": [
"Bash(dir:*)",
"Bash(\"build/extraResources/jre/bin/java.exe\" -version)",
"Bash(npm run build-frontend:*)",
"Bash(taskkill:*)",
"Bash(iconv:*)",
"Bash(powershell:*)",
"Bash(del:*)"
],
"deny": [],
"ask": []
}
}