You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 line
1.2KB

  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(dotnet --version)",
  5. "Bash(dotnet new *)",
  6. "Bash(dotnet sln *)",
  7. "Read(//g//**)",
  8. "Bash(find /c -maxdepth 2 -iname \"*.sln\")",
  9. "Bash(dotnet list *)",
  10. "Bash(curl -s \"https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_e_sqlite3/index.json\")",
  11. "Bash(mkdir -p js/pages js/services js/components js/utils images)",
  12. "Bash(touch js/pages/.gitkeep js/services/.gitkeep js/components/.gitkeep js/utils/.gitkeep images/.gitkeep)",
  13. "Bash(ASPNETCORE_URLS=\"http://127.0.0.1:5187\" dotnet run --no-launch-profile)",
  14. "Bash(curl -s -o /dev/null -w \"css status=%{http_code}\\\\n\" http://127.0.0.1:5187/css/site.css)",
  15. "Bash(curl -s -o /dev/null -w \"bootstrap status=%{http_code}\\\\n\" http://127.0.0.1:5187/lib/bootstrap/dist/css/bootstrap.min.css)",
  16. "Bash(dotnet tool *)",
  17. "Bash(rm -f \"g:/development/C Sharp AI/CartWise/src/CartWise.Web/App_Data/cartwise.db\")",
  18. "Bash(ASPNETCORE_URLS=\"http://127.0.0.1:5187\" ASPNETCORE_ENVIRONMENT=\"Development\" dotnet run --no-launch-profile)",
  19. "Bash(xargs -I{} sh -c 'echo \"=== {} ===\"; cat {}')"
  20. ]
  21. }
  22. }

Powered by TurnKey Linux.