settings.local.json 949 B

1234567891011121314151617
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(dir \"d:\\\\GIT_REPO\\\\social-media-manager\\\\services\\\\gateway\" /s /b)",
  5. "Bash(sed -n '110,155p' d:/GIT_REPO/social-media-manager/services/facebook/index.js)",
  6. "Bash(sed -n '85,125p' d:/GIT_REPO/social-media-manager/services/mastodon/index.js)",
  7. "Bash(sed -n '90,130p' d:/GIT_REPO/social-media-manager/services/bluesky/index.js)",
  8. "PowerShell(cd d:\\\\GIT_REPO\\\\social-media-manager && \\(Get-Content services/gateway/server.js\\).Count)",
  9. "PowerShell(cd d:\\\\GIT_REPO\\\\social-media-manager && \\(Get-Content services/scheduler/index.js\\).Count)",
  10. "PowerShell(cd d:\\\\GIT_REPO\\\\social-media-manager && \\(Get-Content ui/src/locales/en.ts\\).Count)",
  11. "PowerShell(cd d:\\\\GIT_REPO\\\\social-media-manager && \\(Get-Content ui/src/locales/tr.ts\\).Count)",
  12. "Bash(gh api *)",
  13. "Bash(where gh *)",
  14. "Bash(gh --version)"
  15. ]
  16. }
  17. }