seubert-claims/ondeck/.claude/settings.local.json
lorentz b036a93da2 Initial commit: OnDeck project
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 13:20:52 +00:00

12 lines
216 B
JSON

{
"permissions": {
"allow": [
"Bash(npx prisma migrate:*)",
"Bash(npm run dev:*)",
"Bash(npx prisma generate:*)",
"Bash(curl:*)",
"Bash(npx tsx:*)",
"Bash(ls:*)"
]
}
}