2025-11-13 17:01:39 +08:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(if exist dist rmdir /s /q dist)",
|
|
|
|
|
"Bash(npm run build:*)",
|
|
|
|
|
"Bash(find:*)",
|
|
|
|
|
"Bash(npm run dev:*)",
|
|
|
|
|
"Bash(npm install)",
|
2025-11-21 16:10:00 +08:00
|
|
|
"Bash(npm cache clean:*)",
|
|
|
|
|
"Bash(git rm:*)",
|
|
|
|
|
"Bash(git checkout:*)"
|
2025-11-13 17:01:39 +08:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|