19 lines
520 B
JSON
19 lines
520 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Skill(update-config)",
|
|
"Skill(update-config:*)",
|
|
"Bash(npx prisma *)",
|
|
"Bash(xargs grep -l \"effectivePrice\")",
|
|
"Bash(npx tsc *)",
|
|
"Bash(powershell -Command \"Get-ChildItem D:\\\\Craft2Prints -Filter '.env*' -Force | Select-Object Name\")",
|
|
"Bash(dir /a D:\\\\Craft2Prints\\\\.env*)",
|
|
"Bash(git add *)",
|
|
"Bash(git restore *)",
|
|
"Bash(git reset *)",
|
|
"Bash(git checkout *)",
|
|
"Bash(git commit -m ' *)"
|
|
]
|
|
}
|
|
}
|