settings.local.json 216 B

123456789101112
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(git commit *)",
  5. "Bash(npm init *)",
  6. "Bash(npm install *)",
  7. "Bash(npx tsx *)",
  8. "Bash(npx drizzle-kit *)",
  9. "Bash(npx vitest *)"
  10. ]
  11. }
  12. }