responsive-image-canvas/.claude/settings.local.json
BaekRyang c18115da0e chore: Update project configuration
- Add demo app path reference in CLAUDE.md
- Add bash command permissions for development tools
2025-11-05 11:21:28 +09:00

22 lines
404 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install:*)",
"Bash(mkdir:*)",
"Bash(npm run build:*)",
"Bash(dir:*)",
"Bash(tree:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(npm run dev:*)",
"Bash(findstr:*)",
"Bash(npm link:*)",
"Bash(find:*)",
"Bash(nul)"
],
"deny": [],
"ask": []
}
}