2025-11-17 01:05:57 +08:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
2025-12-10 01:34:40 +08:00
|
|
|
"Bash(npx vue-tsc --noEmit)",
|
2025-12-28 22:42:17 +08:00
|
|
|
"Bash(timeout 60 npx vue-tsc:*)",
|
|
|
|
|
"Bash(npm run dev:*)"
|
2025-11-17 01:05:57 +08:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|