25 lines
801 B
JSON
25 lines
801 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(mvn clean package:*)",
|
||
|
|
"Bash(powershell.exe -ExecutionPolicy Bypass -File deploy.ps1)",
|
||
|
|
"Bash(mvn clean spring-boot:run:*)",
|
||
|
|
"Bash(where:*)",
|
||
|
|
"Bash(cmd.exe /c mvnw.cmd clean spring-boot:run -DskipTests)",
|
||
|
|
"Bash(tasklist:*)",
|
||
|
|
"Bash(netstat:*)",
|
||
|
|
"Bash(taskkill:*)",
|
||
|
|
"Bash(powershell.exe -Command \"cd ''C:\\Users\\UI\\Desktop\\AIGC\\demo''; mvn clean compile -DskipTests\")",
|
||
|
|
"Bash(npm install:*)",
|
||
|
|
"Bash(npm cache clean:*)",
|
||
|
|
"Bash(npm run dev:*)",
|
||
|
|
"Bash(timeout:*)",
|
||
|
|
"Bash(powershell.exe -Command \"Start-Sleep -Seconds 5\")",
|
||
|
|
"Bash(findstr:*)",
|
||
|
|
"Bash(powershell.exe -Command \"Get-Process node | Stop-Process -Force\")"
|
||
|
|
],
|
||
|
|
"deny": [],
|
||
|
|
"ask": []
|
||
|
|
}
|
||
|
|
}
|