settings.local.json 325 B

12345678910111213
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(npm run:*)",
  5. "Bash(npx tsc:*)",
  6. "Bash(npx vite:*)",
  7. "Bash(for f:*)",
  8. "Bash(do sed:*)",
  9. "Bash(done)",
  10. "Bash(node -e \"const lr = require\\(''lucide-react''\\); console.log\\(''Wrench:'', !!lr.Wrench, ''Brain:'', !!lr.Brain\\)\")"
  11. ]
  12. }
  13. }