chore: update Claude local permissions

This commit is contained in:
Hardik 2026-05-22 16:26:13 +05:30
parent d9120a5e50
commit 58f366d62d

View file

@ -3,7 +3,17 @@
"allow": [ "allow": [
"WebFetch(domain:developer.gst.gov.in)", "WebFetch(domain:developer.gst.gov.in)",
"Bash(curl -s \"https://static.gst.gov.in/uiassets/js/services/forouter1.8.js\")", "Bash(curl -s \"https://static.gst.gov.in/uiassets/js/services/forouter1.8.js\")",
"Bash(curl)" "Bash(curl)",
"Bash(pnpm dev *)",
"WebFetch(domain:localhost)",
"Bash(pnpm type-check *)",
"Bash(pnpm lint *)",
"Bash(npx tsc *)",
"Bash(netstat -tlnp)",
"Bash(npx prisma migrate status)",
"Bash(npx prisma *)",
"WebFetch(domain:web.archive.org)",
"WebFetch(domain:www.pexels.com)"
] ]
} }
} }