Files
Portfolio/.claude/settings.local.json
T
damjan_savicandClaude Opus 4.5 3b2d16bfa5 Fix: Build-Fehler behoben, Bilder optimiert
- pnpm-workspace.yaml entfernt (verursachte Build-Fehler)
- Alle Projekt-Cover-Bilder auf 1200px optimiert und komprimiert
- Gesamte Bildgröße von ~20MB auf ~1MB reduziert

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 21:32:57 +01:00

41 lines
1000 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install:*)",
"Bash(mkdir:*)",
"Bash(node:*)",
"Bash(timeout 10 pnpm run dev)",
"Bash(pnpm run:*)",
"Bash(pnpm exec:*)",
"Bash(npx tsc:*)",
"Bash(npm run dev:*)",
"Bash(npm run build:*)",
"Bash(git add:*)",
"Bash(rm:*)",
"Bash(ls:*)",
"Bash(pnpm add:*)",
"Bash(pnpm approve-builds:*)",
"Bash(curl:*)",
"Bash(npx tailwindcss:*)",
"Bash(taskkill:*)",
"Bash(dir:*)",
"Bash(test:*)",
"mcp__ide__getDiagnostics",
"Bash(where:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(cat:*)",
"Bash(pnpm --version:*)",
"Bash(npm config:*)",
"Bash(export PATH=\"$PATH:/c/Users/damja/AppData/Roaming/npm\")",
"Bash(timeout 10 npm run dev:*)",
"Bash(grep:*)",
"Bash(mv:*)",
"Bash(git restore:*)",
"Bash(git remote:*)",
"Bash(npx sharp-cli:*)"
],
"deny": []
}
}