eyrun-api/.claude/settings.local.json
2026-02-07 17:53:23 +01:00

17 lines
333 B
JSON

{
"permissions": {
"allow": [
"Bash(pnpm init:*)",
"Bash(pnpm add:*)",
"Bash(npx --yes json:*)",
"Bash(pnpm install:*)",
"Bash(pnpm build:*)",
"Bash(pg_isready:*)",
"Bash(pnpm db:migrate:*)",
"Bash(psql:*)",
"Bash(pnpm test:*)",
"Bash(pnpm vitest run:*)"
]
}
}