Files
Randall/.claude/settings.local.json
Robert van Diest 1301a01d6d Initial commit
2026-03-24 20:13:07 +01:00

18 lines
367 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:*)"
]
}
}