chore: update Claude local permissions
This commit is contained in:
parent
d9120a5e50
commit
58f366d62d
1 changed files with 11 additions and 1 deletions
|
|
@ -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)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue