We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfb10d commit 0e6625cCopy full SHA for 0e6625c
.claude/settings.json
@@ -2,7 +2,12 @@
2
"permissions": {
3
"allow": [
4
"Bash(dotnet restore:*)",
5
- "Bash(dotnet build:*)"
+ "Bash(dotnet build:*)",
6
+ "Bash(az webapp:*)",
7
+ "Bash(kill %1)",
8
+ "Bash(curl -s -o /dev/null -w \"%{http_code}\" https://app-talent-ids-dev.azurewebsites.net)",
9
+ "Bash(az sql:*)",
10
+ "Bash(gh workflow:*)"
11
]
12
}
13
0 commit comments