35 lines
854 B
JSON
35 lines
854 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npx:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(ng add:*)",
|
|
"Bash(npm run start:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(./quickstart.sh:*)",
|
|
"Bash(docker-compose:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(quickstart.bat --help)",
|
|
"Bash(powershell:*)",
|
|
"Bash(netstat:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(Get-Process -Name \"node\" -ErrorAction SilentlyContinue)",
|
|
"Bash(Stop-Process -Force)",
|
|
"Bash(python -m uvicorn:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(docker:*)",
|
|
"Bash(npm start)",
|
|
"Bash(python:*)",
|
|
"Bash(ng serve:*)",
|
|
"Bash(if exist .angular rmdir /s /q .angular)",
|
|
"Bash(dir:*)",
|
|
"Bash(tree:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|