keyboard/.claude/settings.local.json

14 lines
323 B
JSON

{
"permissions": {
"allow": [
"Bash(go mod init:*)",
"Bash(go get github.com/gorilla/websocket)",
"Bash(mkdir -p config server input session static)",
"Bash(go build -o keyboard)",
"Bash(go get github.com/gorilla/mux)",
"Bash(./keyboard)"
],
"deny": [],
"ask": []
}
}