16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm test:*)",
|
|
"Bash(netstat -ano)",
|
|
"Bash(npm run:*)",
|
|
"Bash(findstr :8081)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(findstr LISTENING)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(lsof -ti:8081)",
|
|
"Bash(curl -s http://localhost:8081/health)"
|
|
]
|
|
}
|
|
}
|