Files
Randall/.claude/settings.local.json
Robert van Diest ed293a57be Add unittests
2026-03-25 19:22:25 +01:00

19 lines
396 B
JSON

{
"permissions": {
"allow": [
"Bash(dotnet new:*)",
"Bash(dotnet sln:*)",
"Bash(dotnet add:*)",
"Bash(dotnet build:*)",
"Bash(dotnet tool:*)",
"Bash(dotnet ef:*)",
"Bash(timeout 8 dotnet run)",
"Bash(npm create:*)",
"Bash(npm install:*)",
"Bash(npm run:*)",
"Bash(npx playwright:*)",
"Bash(dotnet test:*)"
]
}
}