1
2
3
4
5
6
7
8
9
10
11
12
13
| {
| "permissions": {
| "allow": [
| "Bash(node scripts/build.js --win)",
| "Bash(./jms-connection-service-windows.exe)",
| "Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3100/)",
| "Bash(netstat -ano)",
| "Bash(powershell *)",
| "Bash(curl -s -o nul -w \"%{http_code}\" http://localhost:3100/)",
| "Bash(node scripts/build.js --linux)"
| ]
| }
| }
|
|