pelagia-portal/.claude/settings.local.json
Hardik b2402a7e22 seed(prod): trim SITES to geocoded entries only; update admin email
Removes the 3 Lakshadweep island sites (PMSK/LACD/THKM/KVRT/THNK) that had
no address or coordinates, keeping only the 4 fully-specified sites:
  HOFC  Head Office Mumbai  (19.0449, 73.0758)
  HLDA  Haldia Port         (22.0286, 88.0780)
  KCHI  Kochi               (10.0261, 76.2193)
  PTNA  Patna               (25.6097, 85.1376)

Also updates admin upsert email to admin@pelagiamarine.com.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 02:44:37 +05:30

41 lines
1.2 KiB
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/?? //')",
"WebFetch(domain:web.archive.org)",
"WebFetch(domain:www.pexels.com)",
"Bash(npm run *)",
"Bash(npm install *)",
"Bash(node *)",
"Bash(taskkill *)",
"Bash(pg_isready *)",
"PowerShell(netstat *)",
"PowerShell(Get-Process *)",
"PowerShell(Stop-Process *)",
"PowerShell(Get-ChildItem *)",
"PowerShell(Test-NetConnection *)",
"PowerShell(Invoke-WebRequest *)",
"PowerShell(npm *)",
"PowerShell(pnpm *)",
"PowerShell(node *)",
"Bash(powershell -Command \"Get-ChildItem -Path . -Directory | Select-Object Name\")",
"Bash(*)",
"PowerShell(*)"
]
}
}