settings.local.json 188 B

1234567891011
  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. ]
  10. }
  11. }