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

14 lines
266 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:*)",
2026-01-06 20:12:36 +00:00
"Bash(docker-compose up:*)",
"Bash(npx prisma migrate:*)"
2026-01-03 14:07:04 +00:00
]
}
}