| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "permissions": {
- "allow": [
- "Bash(grep:*)",
- "Bash(pnpm list:*)",
- "Bash(pnpm test:*)",
- "Bash(sed:*)",
- "Bash(pnpm run lint)",
- "Bash(find:*)",
- "Bash(npm run test:*)",
- "Bash(npx vitest:*)",
- "Bash(pnpm run lint:*)",
- "Bash(npx eslint:*)",
- "Bash(npm run lint)",
- "Bash(npm test)",
- "Bash(npm run lint:*)",
- "Bash(pnpm run test:*)",
- "Bash(npm test:*)",
- "Bash(npm run typecheck)",
- "Bash(npx playwright test:*)",
- "Bash(npm view:*)",
- "Bash(npm run)",
- "Bash(node debug-page.js:*)",
- "Bash(psql:*)",
- "Bash(npx playwright open:*)",
- "Bash(npx playwright codegen:*)",
- "Bash(pnpm run)",
- "Bash(node:*)",
- "Bash(pnpm run db:backup:latest:*)",
- "Bash(done)",
- "Bash(do sed -i '8d' \"$file\")",
- "Bash(pnpm typecheck)",
- "Bash(pnpm test:api:*)",
- "Bash(pnpm test:components:*)",
- "Bash(pnpm test:unit:*)"
- ],
- "deny": [],
- "ask": []
- }
- }
|