creative_studio/.claude/settings.local.json
2026-02-03 01:12:39 +08:00

24 lines
537 B
JSON

{
"permissions": {
"allow": [
"Bash(dir:*)",
"mcp__web-reader__webReader",
"Bash(python:*)",
"Bash(npm run build)",
"Bash(npx tsc:*)",
"Bash(findstr:*)",
"Bash(tree:*)",
"Bash(npx eslint:*)",
"Bash(curl:*)",
"Bash(node:*)",
"Bash(netstat:*)",
"Bash(tail:*)",
"Bash(tasklist:*)",
"Bash(taskkill:*)",
"Bash(where:*)",
"Bash(cmd:*)",
"Bash(powershell \"Stop-Process -Id 365652 -Force; Stop-Process -Id 366104 -Force\")"
]
}
}