Files
SignSync/.claude/settings.local.json
2026-02-08 18:17:27 -05:00

13 lines
206 B
JSON

{
"permissions": {
"allow": [
"Bash(tree:*)",
"Bash(npm install:*)",
"Bash(npm run build:*)",
"Bash(nginx -t:*)",
"Bash(sudo nginx:*)",
"Bash(ln -s:*)"
]
}
}