sto-k-odnomu/.claude/settings.local.json

13 lines
230 B
JSON
Raw Normal View History

2026-01-03 14:07:04 +00:00
{
"permissions": {
"allow": [
"Bash(ls:*)",
"Bash(npm install:*)",
"Bash(npx prisma init)",
"Bash(npx prisma generate:*)",
"Bash(npm run build:*)",
"Bash(docker-compose up:*)"
]
}
}