VideoStudy/.claude/settings.local.json
Ricardo Carneiro ad5312ba10 debug: habilita DevTools e captura erros JS no Photino
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 15:39:06 -03:00

19 lines
511 B
JSON

{
"permissions": {
"allow": [
"Bash(dotnet:*)",
"Bash(./yt-dlp.exe:*)",
"Bash(ffmpeg -version)",
"Bash(curl -s http://localhost:5000/health)",
"Bash(curl:*)",
"Bash(git rm:*)",
"Bash(taskkill /F /PID 9680)",
"Bash(taskkill:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(xargs ls:*)",
"Bash(python3 -c \"import sys,json; d=json.load\\(sys.stdin\\); [print\\(e['Route']\\) for e in d.get\\('Endpoints',[]\\)[:20]]\")"
]
}
}