VideoStudy/.claude/settings.local.json
Ricardo Carneiro 724983e96c fix: corrige inicialização do Photino (App.razor + index.html)
App.razor tinha <!DOCTYPE html> + blazor.web.js que conflitavam com
blazor.photino.js do index.html. App.razor montado dentro de #app
não pode ter wrapper HTML — simplificado para apenas <Routes />.

- App.razor: remove HTML/head/body/blazor.web.js
- index.html: adiciona Bootstrap, traduz para pt-BR, fix #blazor-error-ui
- MainLayout.razor: remove link Semantic Kernel e #blazor-error-ui duplicado

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 14:48:40 -03:00

18 lines
372 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:*)"
]
}
}