settings.local.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(grep:*)",
  5. "Bash(pnpm list:*)",
  6. "Bash(pnpm test:*)",
  7. "Bash(sed:*)",
  8. "Bash(pnpm run lint)",
  9. "Bash(find:*)",
  10. "Bash(npm run test:*)",
  11. "Bash(npx vitest:*)",
  12. "Bash(pnpm run lint:*)",
  13. "Bash(npx eslint:*)",
  14. "Bash(npm run lint)",
  15. "Bash(npm test)",
  16. "Bash(npm run lint:*)",
  17. "Bash(pnpm run test:*)",
  18. "Bash(npm test:*)",
  19. "Bash(npm run typecheck)",
  20. "Bash(npx playwright test:*)",
  21. "Bash(npm view:*)",
  22. "Bash(npm run)",
  23. "Bash(node debug-page.js:*)",
  24. "Bash(psql:*)",
  25. "Bash(npx playwright open:*)",
  26. "Bash(npx playwright codegen:*)",
  27. "Bash(pnpm run)",
  28. "Bash(node:*)",
  29. "Bash(pnpm run db:backup:latest:*)",
  30. "Bash(done)",
  31. "Bash(do sed -i '8d' \"$file\")",
  32. "Bash(pnpm typecheck)",
  33. "Bash(pnpm test:api:*)",
  34. "Bash(pnpm test:components:*)",
  35. "Bash(pnpm test:unit:*)",
  36. "Bash(mkdir:*)",
  37. "Bash(xargs sed:*)"
  38. ],
  39. "deny": [],
  40. "ask": []
  41. }
  42. }