Files
recall/.claude/settings.local.json
2026-03-22 13:01:46 -03:00

16 lines
265 B
JSON

{
"permissions": {
"allow": [
"Bash(npx prisma:*)",
"Bash(ls:*)",
"Bash(npm install:*)",
"Bash(cat:*)",
"Bash(npm run:*)",
"Bash(node:*)",
"Bash(curl:*)",
"Bash(npx tsc:*)",
"Bash(npm list:*)"
]
}
}