pelagia-portal/.claude/settings.local.json
2026-05-18 23:18:58 +05:30

22 lines
616 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:developer.gst.gov.in)",
"Bash(curl -s \"https://static.gst.gov.in/uiassets/js/services/forouter1.8.js\")",
"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 *)",
"Bash(netstat -ano)",
"Bash(findstr \":3000 :3003 :5432\")",
"Bash(findstr \"LISTENING\")",
"Bash(sed 's/ D //')",
"Bash(sed 's/?? //')"
]
}
}