16 lines
303 B
JSON
16 lines
303 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(dir:*)",
|
||
|
|
"Bash(\"build/extraResources/jre/bin/java.exe\" -version)",
|
||
|
|
"Bash(npm run build-frontend:*)",
|
||
|
|
"Bash(taskkill:*)",
|
||
|
|
"Bash(iconv:*)",
|
||
|
|
"Bash(powershell:*)",
|
||
|
|
"Bash(del:*)"
|
||
|
|
],
|
||
|
|
"deny": [],
|
||
|
|
"ask": []
|
||
|
|
}
|
||
|
|
}
|