settings.local.json 170 B

1234567891011
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(ls:*)",
  5. "Bash(wc:*)",
  6. "Bash(npx vue-tsc:*)",
  7. "Bash(npm run:*)",
  8. "Bash(npm install:*)"
  9. ]
  10. }
  11. }