QR-master/.claude/settings.local.json

29 lines
696 B
JSON

{
"permissions": {
"allow": [
"Bash(docker-compose:*)",
"Bash(docker container prune:*)",
"Bash(npx prisma migrate dev:*)",
"Bash(npx prisma:*)",
"Bash(npm run dev)",
"Bash(timeout:*)",
"Bash(taskkill:*)",
"Bash(npx kill-port:*)",
"Bash(docker compose:*)",
"Bash(curl -I https://fonts.googleapis.com)",
"Bash(wsl:*)",
"Read(//c/Users/a931627/.ssh/**)",
"Bash(ssh-keygen:*)",
"Bash(cat:*)",
"Bash(git remote add:*)",
"Bash(git push:*)",
"Bash(git remote set-url:*)",
"Bash(npm install:*)",
"Bash(npm run build:*)",
"Bash(ls:*)"
],
"deny": [],
"ask": []
}
}