Files
next-ai-draw-io/.claude/settings.local.json

16 lines
303 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(npm update:*)",
"WebFetch(domain:ai-sdk.dev)",
"mcp__ide__getDiagnostics",
"Bash(npx tsc:*)",
"WebFetch(domain:sdk.vercel.ai)",
2025-11-10 18:45:25 +09:00
"Bash(npm run build:*)",
"Bash(npm outdated:*)"
],
"deny": [],
"ask": []
}
}