18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(tree:*)",
|
|
"Bash(pnpm add:*)",
|
|
"Bash(mvn exec:java:*)",
|
|
"Bash(mvn compile exec:java:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git config:*)",
|
|
"Bash(pnpm run build)",
|
|
"Bash(mvn compile:*)",
|
|
"Bash(dir:*)"
|
|
]
|
|
}
|
|
}
|