settings.json 2.6 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(curl -s http://localhost:5173)",
  5. "Bash(cd /mnt/c/Users/gabri/.claude/projects/--wsl-localhost-Ubuntu-home-gabrielrd-workspace2-nettown-front && pwd)",
  6. "Read(//mnt/c/Users/gabri/.claude/projects/**)",
  7. "Bash(find /home -name \"nettown_front\" -type d 2>/dev/null | head -5)",
  8. "Read(///wsl.localhost/Ubuntu//**)",
  9. "Read(//home/gabrielrd/workspace2/nettown_front/src/routes/\\(app\\)/**)",
  10. "Read(///wsl.localhost/Ubuntu/home/gabrielrd/workspace2/nettown_front/src/routes/\\(app\\)/**)",
  11. "Read(//home/gabrielrd/workspace2/nettown_front/src/routes/\\(app\\)/dashboard/**)",
  12. "Read(///wsl.localhost/Ubuntu/home/gabrielrd/workspace2/nettown_front/src/routes/\\(app\\)/dashboard/**)",
  13. "Read(//home/gabrielrd/workspace2/nettown_front/src/lib/core/models/**)",
  14. "Read(///wsl.localhost/Ubuntu/home/gabrielrd/workspace2/nettown_front/src/lib/core/models/**)",
  15. "Bash(mkdir -p /home/gabrielrd/workspace2/nettown_front/src/routes/\\\\\\(app\\\\\\)/dashboard/executive /home/gabrielrd/workspace2/nettown_front/src/routes/\\\\\\(app\\\\\\)/dashboard/agents /home/gabrielrd/workspace2/nettown_front/src/routes/\\\\\\(app\\\\\\)/dashboard/sla)",
  16. "Bash(ls //wsl.localhost/Ubuntu/home/gabrielrd/workspace2/nettown_front/src/routes/)",
  17. "Read(///wsl.localhost/Ubuntu/home/gabrielrd/workspace2/nettown_front/src/**)",
  18. "Bash(New-Item -ItemType Directory -Force \"//wsl.localhost/Ubuntu/home/gabrielrd/workspace2/nettown_front/src/routes/\\(app\\)/dashboard/executive\")",
  19. "Bash(Out-Null)",
  20. "Bash(New-Item -ItemType Directory -Force \"//wsl.localhost/Ubuntu/home/gabrielrd/workspace2/nettown_front/src/routes/\\(app\\)/dashboard/agents\")",
  21. "Bash(New-Item -ItemType Directory -Force \"//wsl.localhost/Ubuntu/home/gabrielrd/workspace2/nettown_front/src/routes/\\(app\\)/dashboard/sla\")",
  22. "Bash(Write-Output \"Directories created\")",
  23. "Bash(ls \"//wsl.localhost/Ubuntu/home/gabrielrd/workspace2/nettown_front/src/routes/\\(app\\)/dashboard/\")",
  24. "Bash(cd \"//wsl.localhost/Ubuntu/home/gabrielrd/workspace2/nettown_front\" && npm run build 2>&1 | tail -30)",
  25. "Read(///wsl.localhost/Ubuntu/home/gabrielrd/workspace2/**)",
  26. "PowerShell($env:WSLENV = \"\"; wsl -e bash -c \"cd /home/gabrielrd/workspace2/nettown_front && npm run build 2>&1 | tail -35\")",
  27. "PowerShell(wsl -e bash -c \"cd /home/gabrielrd/workspace2/nettown_front && npx svelte-check --tsconfig ./tsconfig.json 2>&1 | tail -20\")"
  28. ],
  29. "additionalDirectories": [
  30. "\\home\\gabrielrd\\workspace2\\nettown_front\\src\\routes\\(app)\\dashboard"
  31. ]
  32. }
  33. }