diff --git a/.claude/settings.local.json b/.claude/settings.local.json index a42e5df..7edae79 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -3,7 +3,17 @@ "allow": [ "WebFetch(domain:developer.gst.gov.in)", "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)" ] } }