15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(curl:*)",
|
|
"Bash(kill:*)",
|
|
"Bash(go run:*)",
|
|
"Bash(lsof:*)",
|
|
"Bash(npm run build:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"outputStyle": "default"
|
|
}
|